[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaRegisterInfo.td
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Wed Feb 2 09:01:48 PST 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaRegisterInfo.td updated: 1.4 -> 1.5
---
Log message:
oops
---
Diffs of the changes: (+1 -1)
AlphaRegisterInfo.td | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaRegisterInfo.td
diff -u llvm/lib/Target/Alpha/AlphaRegisterInfo.td:1.4 llvm/lib/Target/Alpha/AlphaRegisterInfo.td:1.5
--- llvm/lib/Target/Alpha/AlphaRegisterInfo.td:1.4 Wed Feb 2 11:00:21 2005
+++ llvm/lib/Target/Alpha/AlphaRegisterInfo.td Wed Feb 2 11:01:31 2005
@@ -81,7 +81,7 @@
//Volitle
[R0, R1, R2, R3, R4, R5, R6, R7, R8, R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R27,
//Non-Volitile
- R9, R10, R11, R12, R13, R14, R15, R26, /*R28,*/ R29, /* R30, R31*/ ]>;
+ R9, R10, R11, R12, R13, R14, R15, R26, /* R28, */ R29 /* R30, R31*/ ]>;
//R28 is reserved for the assembler
//Don't allocate 15, 29, 30, 31
More information about the llvm-commits
mailing list