diff options
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/conv-trap.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/conv-trap.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/conv-trap.ll b/llvm/test/CodeGen/WebAssembly/conv-trap.ll index e20ed0a4527..42bd8413e65 100644 --- a/llvm/test/CodeGen/WebAssembly/conv-trap.ll +++ b/llvm/test/CodeGen/WebAssembly/conv-trap.ll @@ -4,7 +4,7 @@ ; the trapping opcodes and explicit code to suppress the trapping. target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" -target triple = "wasm32-unknown-unknown-wasm" +target triple = "wasm32-unknown-unknown" ; CHECK-LABEL: i32_trunc_s_f32: ; CHECK-NEXT: .param f32{{$}} |