[WebAssembly] Support for register stackifying with load and store instructions.
[oota-llvm.git] / test / CodeGen / WebAssembly / cfg-stackify.ll
index 4f912f32924fd6d31a288993ae08400bf59f0ec3..4a53f6e4bb93c91aaa0a013b8ea19ad6c966d866 100644 (file)
@@ -174,7 +174,7 @@ exit:
 
 ; CHECK-LABEL: single_block:
 ; CHECK-NOT: br
-; CHECK: return ${{[0-9]+}}{{$}}
+; CHECK: return $pop{{[0-9]+}}{{$}}
 define i32 @single_block(i32* %p) {
 entry:
   store volatile i32 0, i32* %p