[WebAssembly] Update this test for the new loop scheme.
authorDan Gohman <dan433584@gmail.com>
Fri, 2 Oct 2015 23:54:03 +0000 (23:54 +0000)
committerDan 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

index 8ba6bcf61b2481ffa21d8204f32b228c7912247d..540d92f7b4f67b517531d8e657e57fb332cbe7e4 100644 (file)
@@ -200,7 +200,7 @@ loop:
 ; CHECK-LABEL: simple_loop
 ; CHECK-NOT: br
 ; CHECK: BB8_1:
 ; 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) {
 ; CHECK: (brif $BB8_1 @4)
 ; CHECK: (return @2)
 define i32 @simple_loop(i32* %p, i32 %a) {