From: Dan Gohman <dan433584@gmail.com>
Date: Fri, 2 Oct 2015 23:54:03 +0000 (+0000)
Subject: [WebAssembly] Update this test for the new loop scheme.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e7c8e13fb5db1afd19f87a9e0d37f62a4af56b73;p=oota-llvm.git

[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
---

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) {