Skip to content

Commit fec4a76

Browse files
committed
Fix stale comment. NFC.
1 parent 551b94b commit fec4a76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/SILOptimizer/rcidentity.sil

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ bb5:
141141
return undef : $()
142142
}
143143

144-
// All of the SSA values in the given function besides %6 can be resolved to
145-
// (%0, %1). Because %6 has multiple SSA values and there is nothing tricky we
146-
// can do here, just bail.
144+
// All of the SSA values in the given function can be resolved to %0.
147145
//
148146
// CHECK-LABEL: @test_multiple_pred_same_rcid@
149147
// CHECK: RESULT #0: 0 = 0

0 commit comments

Comments
 (0)