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

Nate Begeman natebegeman at mac.com
Thu Feb 16 16:56:31 PST 2006



Changes in directory llvm/lib/Target:

TargetSelectionDAG.td updated: 1.46 -> 1.47
---
Log message:

Whoops, didn't mean to check this in yet.


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

 TargetSelectionDAG.td |    8 --------
 1 files changed, 8 deletions(-)


Index: llvm/lib/Target/TargetSelectionDAG.td
diff -u llvm/lib/Target/TargetSelectionDAG.td:1.46 llvm/lib/Target/TargetSelectionDAG.td:1.47
--- llvm/lib/Target/TargetSelectionDAG.td:1.46	Thu Feb 16 18:51:06 2006
+++ llvm/lib/Target/TargetSelectionDAG.td	Thu Feb 16 18:56:19 2006
@@ -238,14 +238,6 @@
                         [SDNPCommutative, SDNPAssociative]>;
 def xor        : SDNode<"ISD::XOR"       , SDTIntBinOp,
                         [SDNPCommutative, SDNPAssociative]>;
-def addc       : SDNode<"ISD::ADDC"      , SDTIntBinOp,
-                        [SDNPCommutative, SDNPOutFlag]>;
-def adde       : SDNode<"ISD::ADDE"      , SDTIntBinOp,
-                        [SDNPCommutative, SDNPOutFlag, SDNPInFlag]>;
-def subc       : SDNode<"ISD::SUBC"      , SDTIntBinOp,
-                        [SDNPOutFlag]>;
-def sube       : SDNode<"ISD::SUBE"      , SDTIntBinOp,
-                        [SDNPOutFlag, SDNPInFlag]>;
                         
 def sext_inreg : SDNode<"ISD::SIGN_EXTEND_INREG", SDTExtInreg>;
 def bswap      : SDNode<"ISD::BSWAP"      , SDTIntUnaryOp>;






More information about the llvm-commits mailing list