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:
8fa54dc
)
add a node, for completeness
author
Chris Lattner
<sabre@nondot.org>
Sun, 18 Dec 2005 07:05:21 +0000
(07:05 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 18 Dec 2005 07:05:21 +0000
(07:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24819
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetSelectionDAG.td
patch
|
blob
|
history
diff --git
a/lib/Target/TargetSelectionDAG.td
b/lib/Target/TargetSelectionDAG.td
index 78640da4b9edc53afd9393fc8a633127bdc4a214..5e7554d9dd53b3282ef47670708076ea220a03a3 100644
(file)
--- a/
lib/Target/TargetSelectionDAG.td
+++ b/
lib/Target/TargetSelectionDAG.td
@@
-200,6
+200,8
@@
def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
"ConstantPoolSDNode">;
def frameindex : SDNode<"ISD::FrameIndex", SDTPtrLeaf, [],
"FrameIndexSDNode">;
+def tframeindex: SDNode<"ISD::TargetFrameIndex", SDTPtrLeaf, [],
+ "FrameIndexSDNode">;
def externalsym: SDNode<"ISD::ExternalSymbol", SDTPtrLeaf, [],
"ExternalSymbolSDNode">;
def add : SDNode<"ISD::ADD" , SDTIntBinOp ,