diff options
Diffstat (limited to 'test/CodeGen/X86/stdarg.ll')
-rw-r--r-- | test/CodeGen/X86/stdarg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stdarg.ll b/test/CodeGen/X86/stdarg.ll index 7207057..9778fa1 100644 --- a/test/CodeGen/X86/stdarg.ll +++ b/test/CodeGen/X86/stdarg.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86-64 | grep {testb \[%\]al, \[%\]al} +; RUN: llc < %s -march=x86-64 | grep {testb \[%\]al, \[%\]al} %struct.__va_list_tag = type { i32, i32, i8*, i8* } |