[llvm] r249217 - [WebAssembly] Update this test for the new loop scheme.
Dan Gohman via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 2 16:54:03 PDT 2015
Author: djg
Date: Fri Oct 2 18:54:03 2015
New Revision: 249217
URL: http://llvm.org/viewvc/llvm-project?rev=249217&view=rev
Log:
[WebAssembly] Update this test for the new loop scheme.
Modified:
llvm/trunk/test/CodeGen/WebAssembly/cfg-stackify.ll
Modified: llvm/trunk/test/CodeGen/WebAssembly/cfg-stackify.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/WebAssembly/cfg-stackify.ll?rev=249217&r1=249216&r2=249217&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/WebAssembly/cfg-stackify.ll (original)
+++ llvm/trunk/test/CodeGen/WebAssembly/cfg-stackify.ll Fri Oct 2 18:54:03 2015
@@ -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) {
More information about the llvm-commits
mailing list