diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-02-15 20:48:51 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-02-15 20:48:51 +0000 |
commit | 519e1985aef0136fe593e52b5404e2934b077115 (patch) | |
tree | 2ed0abe9c0ca3ad3309b537d91c64bc91c8f0176 /test/CodeGen/WebAssembly/function-bitcasts-varargs.ll | |
parent | e79719ce607b6130e41e23dbdc90cc6b4e0401e6 (diff) |
Notes
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. |