summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaMachineFunctionInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Add explicit keywords.Dan Gohman2009-06-051-2/+2
| | | | llvm-svn: 72969
* Convert Alpha and Mips to use a MachineFunctionInfo subclass toDan Gohman2009-06-031-0/+48
carry GlobalBaseReg, and GlobalRetAddr too in Alpha's case. This eliminates the need for them to search through the MachineRegisterInfo livein list in order to identify these virtual registers. EmitLiveInCopies is now the only user of the virtual register portion of MachineRegisterInfo's livein data. llvm-svn: 72802
OpenPOWER on IntegriCloud