summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2009-08-15-RegScavengerAssert.ll
Commit message (Collapse)AuthorAgeFilesLines
* Set the mtriple in some tests so that they use AAPCS.Rafael Espindola2010-06-151-1/+1
| | | | llvm-svn: 106041
* Remove the arm_aapcscc marker from the tests. It is the defaultRafael Espindola2010-06-151-3/+3
| | | | | | for the linux targets. llvm-svn: 106029
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Don't setCalleeSavedInfoValid() until spills are interted.Jakob Stoklund Olesen2009-08-151-0/+10
In a naked function, the flag is never set and getPristineRegs() returns an empty list. That means naked functions are able to clobber callee saved registers, but that is the whole point of naked functions. This fixes PR4716. llvm-svn: 79096
OpenPOWER on IntegriCloud