[WebAssembly] Update this test for the new loop scheme.
[oota-llvm.git] / 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: (loop $BB8_1)
+; CHECK: (loop $BB8_2)
 ; CHECK: (brif $BB8_1 @4)
 ; CHECK: (return @2)
 define i32 @simple_loop(i32* %p, i32 %a) {