diff options
Diffstat (limited to 'test/CodeGen/WebAssembly/unsupported-function-bitcasts.ll')
-rw-r--r-- | test/CodeGen/WebAssembly/unsupported-function-bitcasts.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/CodeGen/WebAssembly/unsupported-function-bitcasts.ll b/test/CodeGen/WebAssembly/unsupported-function-bitcasts.ll index ef4318ec299b..c3d420a6ece6 100644 --- a/test/CodeGen/WebAssembly/unsupported-function-bitcasts.ll +++ b/test/CodeGen/WebAssembly/unsupported-function-bitcasts.ll @@ -5,13 +5,14 @@ ; conversions are implemented. target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" -target triple = "wasm32-unknown-unknown" +target triple = "wasm32-unknown-unknown-wasm" ; CHECK-LABEL: test: ; CHECK-NEXT: i32.const $push[[L0:[0-9]+]]=, 0{{$}} ; CHECK-NEXT: call has_i64_arg@FUNCTION, $pop[[L0]]{{$}} -; CHECK-NEXT: i32.call $drop=, has_i64_ret@FUNCTION{{$}} -; CHECK-NEXT: .endfunc +; CHECK-NEXT: i32.call $push{{[0-9]+}}=, has_i64_ret@FUNCTION{{$}} +; CHECK-NEXT: drop +; CHECK-NEXT: end_function ; CHECK-NOT: .Lbitcast |