diff options
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/divrem-constant.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/divrem-constant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/divrem-constant.ll b/llvm/test/CodeGen/WebAssembly/divrem-constant.ll index 01ef1680d53..6150cab4d4f 100644 --- a/llvm/test/CodeGen/WebAssembly/divrem-constant.ll +++ b/llvm/test/CodeGen/WebAssembly/divrem-constant.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -asm-verbose=false -wasm-explicit-locals-codegen-test-mode | FileCheck %s +; RUN: llc < %s -asm-verbose=false | FileCheck %s ; Test that integer div and rem by constant are optimized appropriately. |