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

Chris Lattner lattner at cs.uiuc.edu
Mon Apr 11 08:04:01 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PowerPCInstrInfo.td updated: 1.59 -> 1.60
---
Log message:

ORo sets CR0


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

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


Index: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.59 llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.60
--- llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.59	Mon Apr 11 10:03:41 2005
+++ llvm/lib/Target/PowerPC/PowerPCInstrInfo.td	Mon Apr 11 10:03:48 2005
@@ -237,6 +237,7 @@
                    "nor $rA, $rS, $rB">;
 def OR   : XForm_6<31, 444, 0, 0, 0, (ops GPRC:$rA, GPRC:$rS, GPRC:$rB),
                    "or $rA, $rS, $rB">;
+let Defs = [CR0] in
 def ORo  : XForm_6<31, 444, 1, 0, 0, (ops GPRC:$rA, GPRC:$rS, GPRC:$rB),
                    "or. $rA, $rS, $rB">;
 def ORC  : XForm_6<31, 412, 0, 0, 0, (ops GPRC:$rA, GPRC:$rS, GPRC:$rB),






More information about the llvm-commits mailing list