mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Without this, IndvarAnalysis can spuriously fail. Roughly: %i0 = integer_literal %s0 = struct %i0 br (%i0, %s0) bb(%i1, %s1) Becomes: %i0 = integer_literal br (%i0) bb(%i1) %s0 = struct %i1 Swift SVN r23606
4.4 KiB
4.4 KiB