aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2008-03-07-RegScavengerAssert.ll
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81293 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed a register scavenger bug. If a def is re-defining part of a super ↵Evan Cheng2008-03-071-0/+20
register, there must be an implicit def of the super-register on the MI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48024 91177308-0d34-0410-b5e6-96231b3b80d8