summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/stdarg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/stdarg.ll')
-rw-r--r--test/CodeGen/X86/stdarg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stdarg.ll b/test/CodeGen/X86/stdarg.ll
index 7207057729..9778fa1389 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* }