projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3897137
)
[LoopDeletion] Fixes failing test
author
Atmn Patel
<a335pate@uwaterloo.ca>
Sat, 7 Nov 2020 03:36:47 +0000
(22:36 -0500)
committer
Atmn 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
patch
|
blob
|
history
diff --git
a/clang/test/Misc/loop-opt-setup.c
b/clang/test/Misc/loop-opt-setup.c
index
43a9f85
..
7d26905
100644
(file)
--- a/
clang/test/Misc/loop-opt-setup.c
+++ b/
clang/test/Misc/loop-opt-setup.c
@@
-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