[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td
Chris Lattner
lattner at cs.uiuc.edu
Wed Jan 4 20:48:27 PST 2006
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
//********************
More information about the llvm-commits
mailing list