[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 26 15:06:05 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PowerPCInstrInfo.td updated: 1.84 -> 1.85
---
Log message:

allow code using mtcrf to assemble


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

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


Index: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.84 llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.85
--- llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.84	Fri Aug 26 17:04:17 2005
+++ llvm/lib/Target/PowerPC/PowerPCInstrInfo.td	Fri Aug 26 17:05:54 2005
@@ -349,7 +349,7 @@
 def MFCTR : XFXForm_1_ext<31, 339, 288, (ops GPRC:$rT), "mfctr $rT">;
 def MFLR  : XFXForm_1_ext<31, 339, 256, (ops GPRC:$rT), "mflr $rT">;
 def MFCR  : XFXForm_3<31, 19, (ops GPRC:$rT), "mfcr $rT">;
-def MTCRF : XFXForm_5<31, 144, (ops CRRC:$FXM, GPRC:$rS),
+def MTCRF : XFXForm_5<31, 144, (ops crbitm:$FXM, GPRC:$rS),
                       "mtcrf $FXM, $rS">;
 def MFOCRF : XFXForm_5a<31, 19, (ops GPRC:$rT, crbitm:$FXM),
                         "mfcr $rT, $FXM">;






More information about the llvm-commits mailing list