diff options
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll b/llvm/test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll index 9077d7a73d6..5a7253493a1 100644 --- a/llvm/test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll +++ b/llvm/test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll @@ -7,7 +7,7 @@ ; CHECK: body: ; CHECK: BLOCK ; <-- Stackified expression starts -; CHECK-NEXT: GET_LOCAL_I64 +; CHECK-NEXT: LOCAL_GET_I64 ; CHECK-NEXT: I32_WRAP_I64 ; CHECK-NEXT: DBG_VALUE ; <-- BLOCK should NOT be placed here! |