[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

Andrew Lenharth alenhar2 at cs.uiuc.edu
Sun Jan 30 19:19:46 PST 2005



Changes in directory llvm/lib/Target/Alpha:

AlphaInstrInfo.td updated: 1.11 -> 1.12
---
Log message:

indirect call fix

---
Diffs of the changes:  (+1 -1)

 AlphaInstrInfo.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td
diff -u llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.11 llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.12
--- llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.11	Sun Jan 30 19:44:26 2005
+++ llvm/lib/Target/Alpha/AlphaInstrInfo.td	Sun Jan 30 21:19:31 2005
@@ -248,7 +248,7 @@
 def JMP : MForm< 0x1A, (ops GPRC:$RD, GPRC:$RS), "jmp $RD,($RS),0">; //Jump
 let isCall = 1,
     Defs = [R0, R1, R2, R3, R4, R5, R6, R7, R8, R16, R17, R18, R19,
-            R20, R21, R22, R23, R24, R25, R26, R27, R29,
+            R20, R21, R22, R23, R24, R25, R27, R29,
             F0, F1,
             F10, F11, F12, F13, F14, F15, F16, F17, F18, F19,
             F20, F21, F22, F23, F24, F25, F26, F27, F28, F29, F30],






More information about the llvm-commits mailing list