Skip to content

Commit 681914b

Browse files
committed
Remove br i1 undef in LoopPredication directory
1 parent ddc20a6 commit 681914b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/LoopPredication/predicate-exits.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ bb3: ; preds = %bb
11171117

11181118
bb4: ; preds = %bb6, %bb3
11191119
%tmp5 = phi i32 [ %tmp7, %bb6 ], [ 0, %bb3 ]
1120-
br i1 undef, label %bb10, label %bb6
1120+
br i1 true, label %bb10, label %bb6
11211121

11221122
bb6: ; preds = %bb4
11231123
%tmp7 = add nuw nsw i32 %tmp5, 1

0 commit comments

Comments
 (0)