diff options
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/offset-folding.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/offset-folding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/offset-folding.ll b/llvm/test/CodeGen/WebAssembly/offset-folding.ll index d441963a0dd..863549fc20f 100644 --- a/llvm/test/CodeGen/WebAssembly/offset-folding.ll +++ b/llvm/test/CodeGen/WebAssembly/offset-folding.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 constant offsets can be folded into global addresses. |