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

Evan Cheng evan.cheng at apple.com
Wed Dec 21 18:25:26 PST 2005



Changes in directory llvm/lib/Target:

TargetSelectionDAG.td updated: 1.33 -> 1.34
---
Log message:

Added special flag node FLAG.


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

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


Index: llvm/lib/Target/TargetSelectionDAG.td
diff -u llvm/lib/Target/TargetSelectionDAG.td:1.33 llvm/lib/Target/TargetSelectionDAG.td:1.34
--- llvm/lib/Target/TargetSelectionDAG.td:1.33	Wed Dec 21 10:22:46 2005
+++ llvm/lib/Target/TargetSelectionDAG.td	Wed Dec 21 20:25:14 2005
@@ -184,6 +184,7 @@
 def set;
 def node;
 def srcvalue;
+def FLAG;
 
 def imm        : SDNode<"ISD::Constant"  , SDTIntLeaf , [], "ConstantSDNode">;
 def vt         : SDNode<"ISD::VALUETYPE" , SDTOther   , [], "VTSDNode">;






More information about the llvm-commits mailing list