summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/badarg6.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-07 22:05:31 +0000
committerChris Lattner <sabre@nondot.org>2005-01-07 22:05:31 +0000
commit9cd87dbccbbda47e42d5ca27effdf62c86bee9e5 (patch)
tree47759fb66a3acdcb06d146822c9317a12f19ffe3 /test/CodeGen/Generic/badarg6.ll
parent7cc4777a263f6a52877d29201311fde5f6edb632 (diff)
downloadllvm-9cd87dbccbbda47e42d5ca27effdf62c86bee9e5.tar.gz
llvm-9cd87dbccbbda47e42d5ca27effdf62c86bee9e5.tar.bz2
llvm-9cd87dbccbbda47e42d5ca27effdf62c86bee9e5.tar.xz
Cleanup a bunch of tests. In particular do not allow target directives in
the .ll file or it forces the V9 backend. This is the CodeGen/Generic dir, so there is no use in doing that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/badarg6.ll')
-rw-r--r--test/CodeGen/Generic/badarg6.ll5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/Generic/badarg6.ll b/test/CodeGen/Generic/badarg6.ll
index 9b564f8684..79507c2a31 100644
--- a/test/CodeGen/Generic/badarg6.ll
+++ b/test/CodeGen/Generic/badarg6.ll
@@ -2,11 +2,6 @@
; 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:
-; 2030c2030
-; - if (i < target.getRegInfo().GetNumOfIntArgRegs())
-; + if (i <= target.getRegInfo().GetNumOfIntArgRegs())
-;
%.LC12 = internal global [44 x sbyte] c"\09\09M = %g, I = %g, V = %g\0A\09\09O = %g, E = %g\0A\0A\00" ; <[44 x sbyte]*>