Changes in directory llvm/lib/Target/Alpha:

AlphaInstrInfo.td updated: 1.97 -> 1.98
---
Log message:

unbreak the build, these are now in TargetSelectionDAG.td


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

 AlphaInstrInfo.td |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td
diff -u llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.97 
llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.98
--- llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.97        Sun Jan  1 16:16:14 2006
+++ llvm/lib/Target/Alpha/AlphaInstrInfo.td     Wed Jan  4 22:48:15 2006
@@ -34,9 +34,6 @@
 def callseq_start : SDNode<"ISD::CALLSEQ_START", 
SDT_AlphaCallSeq,[SDNPHasChain]>;
 def callseq_end   : SDNode<"ISD::CALLSEQ_END",   
SDT_AlphaCallSeq,[SDNPHasChain]>;
 
-def SDTFPLeaf : SDTypeProfile<1, 0, [SDTCisFP<0>]>;      // for 'fpimm'.
-def fpimm : SDNode<"ISD::ConstantFP"  , SDTFPLeaf , [], "ConstantFPSDNode">;
-
 //********************
 //Paterns for matching
 //********************



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to