summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/badarg6.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-06 23:08:26 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-06 23:08:26 +0000
commit2393a24fedc98dd62c9f338d0f08e367a4929369 (patch)
tree410518a07ac59b4bdd366e48c9b77e30e077a06a /test/CodeGen/Generic/badarg6.ll
parente9af5d186bdf1620e3f0b74ecc7e49c25b82d186 (diff)
downloadllvm-2393a24fedc98dd62c9f338d0f08e367a4929369.tar.gz
llvm-2393a24fedc98dd62c9f338d0f08e367a4929369.tar.bz2
llvm-2393a24fedc98dd62c9f338d0f08e367a4929369.tar.xz
Adding RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/badarg6.ll')
-rw-r--r--test/CodeGen/Generic/badarg6.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/badarg6.ll b/test/CodeGen/Generic/badarg6.ll
index 259e6fc8ef..9b564f8684 100644
--- a/test/CodeGen/Generic/badarg6.ll
+++ b/test/CodeGen/Generic/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: