summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/badarg6.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/badarg6.ll')
-rw-r--r--test/CodeGen/Generic/badarg6.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/badarg6.ll b/test/CodeGen/Generic/badarg6.ll
index 1ff7df42a3..d6e5ac5791 100644
--- a/test/CodeGen/Generic/badarg6.ll
+++ b/test/CodeGen/Generic/badarg6.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llc < %s
; On this code, llc did not pass the sixth argument (%reg321) to printf.
; It passed the first five in %o0 - %o4, but never initialized %o5.