[LoopDeletion] Fixes failing test
authorAtmn Patel <a335pate@uwaterloo.ca>
Sat, 7 Nov 2020 03:36:47 +0000 (22:36 -0500)
committerAtmn Patel <a335pate@uwaterloo.ca>
Sat, 7 Nov 2020 03:45:28 +0000 (22:45 -0500)
The commit 0b17c6e4479d62bd4ff05c48d6cdf340b198832f occasionally causes this test to
fail, this fixes it.

clang/test/Misc/loop-opt-setup.c

index 43a9f85..7d26905 100644 (file)
@@ -25,6 +25,5 @@ void Helper() {
 
 // Check br i1 to make sure the loop is gone, there will still be a label branch for the infinite loop.
 // CHECK-LABEL: Helper
-// CHECK: entry:
 // CHECK-NOT: br i1
-// CHECK-NEXT: ret void
+// CHECK: ret void