diff options
Diffstat (limited to 'test/CodeGen/WebAssembly/divrem-constant.ll')
-rw-r--r-- | test/CodeGen/WebAssembly/divrem-constant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/WebAssembly/divrem-constant.ll b/test/CodeGen/WebAssembly/divrem-constant.ll index 6150cab4d4fd2..1b4d30ad94937 100644 --- a/test/CodeGen/WebAssembly/divrem-constant.ll +++ b/test/CodeGen/WebAssembly/divrem-constant.ll @@ -3,7 +3,7 @@ ; Test that integer div and rem by constant are optimized appropriately. 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_udiv_2: ; CHECK: i32.shr_u |