diff options
Diffstat (limited to 'test/CodeGen/WebAssembly/function-bitcasts-varargs.ll')
-rw-r--r-- | test/CodeGen/WebAssembly/function-bitcasts-varargs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/WebAssembly/function-bitcasts-varargs.ll b/test/CodeGen/WebAssembly/function-bitcasts-varargs.ll index 515c5703d86c..b542276e068f 100644 --- a/test/CodeGen/WebAssembly/function-bitcasts-varargs.ll +++ b/test/CodeGen/WebAssembly/function-bitcasts-varargs.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -asm-verbose=false -wasm-temporary-workarounds=false -wasm-keep-registers | FileCheck %s +; RUN: llc < %s -asm-verbose=false -wasm-keep-registers | FileCheck %s ; Test that function pointer casts casting away varargs are replaced with ; wrappers. |