projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c21499d
)
[WebAssembly] Update this test for the new loop scheme.
author
Dan Gohman
<dan433584@gmail.com>
Fri, 2 Oct 2015 23:54:03 +0000
(23:54 +0000)
committer
Dan Gohman
<dan433584@gmail.com>
Fri, 2 Oct 2015 23:54:03 +0000
(23:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249217
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/WebAssembly/cfg-stackify.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/WebAssembly/cfg-stackify.ll
b/test/CodeGen/WebAssembly/cfg-stackify.ll
index 8ba6bcf61b2481ffa21d8204f32b228c7912247d..540d92f7b4f67b517531d8e657e57fb332cbe7e4 100644
(file)
--- a/
test/CodeGen/WebAssembly/cfg-stackify.ll
+++ b/
test/CodeGen/WebAssembly/cfg-stackify.ll
@@
-200,7
+200,7
@@
loop:
; CHECK-LABEL: simple_loop
; CHECK-NOT: br
; CHECK: BB8_1:
-; CHECK: (loop $BB8_
1
)
+; CHECK: (loop $BB8_
2
)
; CHECK: (brif $BB8_1 @4)
; CHECK: (return @2)
define i32 @simple_loop(i32* %p, i32 %a) {