projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26793ed
)
Fixed the order of GPR RegisterClass regs to be: ..., R10, R11, R12, ...
author
Johnny Chen
<johnny.chen@apple.com>
Mon, 25 Jan 2010 21:56:35 +0000
(21:56 +0000)
committer
Johnny Chen
<johnny.chen@apple.com>
Mon, 25 Jan 2010 21:56:35 +0000
(21:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94455
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMRegisterInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMRegisterInfo.td
b/lib/Target/ARM/ARMRegisterInfo.td
index d393e8d7e3e26e58a8cf93b5eb57fe7c01be976e..e4b18088ad66a1577d9c4be6562a0255b510ae95 100644
(file)
--- a/
lib/Target/ARM/ARMRegisterInfo.td
+++ b/
lib/Target/ARM/ARMRegisterInfo.td
@@
-123,7
+123,7
@@
def FPSCR : ARMReg<1, "fpscr">;
// r10 == Stack Limit
//
def GPR : RegisterClass<"ARM", [i32], 32, [R0, R1, R2, R3, R4, R5, R6,
- R7, R8, R9, R10, R1
2, R11
,
+ R7, R8, R9, R10, R1
1, R12
,
LR, SP, PC]> {
let MethodProtos = [{
iterator allocation_order_begin(const MachineFunction &MF) const;