projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
650d688
)
unbreak the build, these are now in TargetSelectionDAG.td
author
Chris Lattner
<sabre@nondot.org>
Thu, 5 Jan 2006 04:48:15 +0000
(
04:48
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 5 Jan 2006 04:48:15 +0000
(
04:48
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25109
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaInstrInfo.td
b/lib/Target/Alpha/AlphaInstrInfo.td
index e56562c13ed09a66cf1d72cb4a305f7ba89fd9c6..e831decc48c8b77ccd8b62a08327ef6c0a1d8a03 100644
(file)
--- a/
lib/Target/Alpha/AlphaInstrInfo.td
+++ b/
lib/Target/Alpha/AlphaInstrInfo.td
@@
-34,9
+34,6
@@
def SDT_AlphaCallSeq : SDTypeProfile<0, 1, [ SDTCisVT<0, i64> ]>;
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
//********************