aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLC/badarg6.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLC/badarg6.ll')
-rw-r--r--test/LLC/badarg6.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/LLC/badarg6.ll b/test/LLC/badarg6.ll
index 259e6fc..9b564f8 100644
--- a/test/LLC/badarg6.ll
+++ b/test/LLC/badarg6.ll
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
; 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.
; Fix in SparcInstrSelection.cpp: