From e7c8e13fb5db1afd19f87a9e0d37f62a4af56b73 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 2 Oct 2015 23:54:03 +0000 Subject: [PATCH] [WebAssembly] Update this test for the new loop scheme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249217 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/WebAssembly/cfg-stackify.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/WebAssembly/cfg-stackify.ll b/test/CodeGen/WebAssembly/cfg-stackify.ll index 8ba6bcf61b2..540d92f7b4f 100644 --- 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) { -- 2.34.1