diff options
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/conv.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/conv.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/conv.ll b/llvm/test/CodeGen/WebAssembly/conv.ll index ae82abfe79d..867db778aae 100644 --- a/llvm/test/CodeGen/WebAssembly/conv.ll +++ b/llvm/test/CodeGen/WebAssembly/conv.ll @@ -7,8 +7,8 @@ target triple = "wasm32-unknown-unknown" ; CHECK-LABEL: $wrap_i64_i32 ; CHECK-NEXT: (param i64) (result i32) -; CHECK-NEXT: (setlocal @0 (argument 0)) -; CHECK-NEXT: (setlocal @1 (wrap_i64 @0)) +; CHECK-NEXT: (set_local @0 (argument 0)) +; CHECK-NEXT: (set_local @1 (wrap_i64 @0)) ; CHECK-NEXT: (return @1) define i32 @wrap_i64_i32(i64 %x) { %a = trunc i64 %x to i32 |