[llvm-commits] [llvm] r84977 - /llvm/trunk/lib/Target/ARM/ARMRegisterInfo.td
Jim Grosbach
grosbach at apple.com
Fri Oct 23 16:07:42 PDT 2009
Author: grosbach
Date: Fri Oct 23 18:07:42 2009
New Revision: 84977
URL: http://llvm.org/viewvc/llvm-project?rev=84977&view=rev
Log:
FIXME no longer applies. R12 and R3 are available for allocation
Modified:
llvm/trunk/lib/Target/ARM/ARMRegisterInfo.td
Modified: llvm/trunk/lib/Target/ARM/ARMRegisterInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMRegisterInfo.td?rev=84977&r1=84976&r2=84977&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMRegisterInfo.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMRegisterInfo.td Fri Oct 23 18:07:42 2009
@@ -129,9 +129,6 @@
iterator allocation_order_begin(const MachineFunction &MF) const;
iterator allocation_order_end(const MachineFunction &MF) const;
}];
- // FIXME: We are reserving r12 in case the PEI needs to use it to
- // generate large stack offset. Make it available once we have register
- // scavenging. Similarly r3 is reserved in Thumb mode for now.
let MethodBodies = [{
// FP is R11, R9 is available.
static const unsigned ARM_GPR_AO_1[] = {
More information about the llvm-commits
mailing list