summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-12-18 07:05:21 +0000
committerChris Lattner <sabre@nondot.org>2005-12-18 07:05:21 +0000
commitc5609aab114eb0ea0b6af545b9563a9798c531ca (patch)
treeebb1c1873276a72aebe4eb2855790d63ad504c7b /llvm
parent4492b1b7a0d3eedf01a4a620260f0266dc391819 (diff)
downloadbcm5719-llvm-c5609aab114eb0ea0b6af545b9563a9798c531ca.tar.gz
bcm5719-llvm-c5609aab114eb0ea0b6af545b9563a9798c531ca.zip
add a node, for completeness
llvm-svn: 24819
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/TargetSelectionDAG.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/TargetSelectionDAG.td b/llvm/lib/Target/TargetSelectionDAG.td
index 78640da4b9e..5e7554d9dd5 100644
--- a/llvm/lib/Target/TargetSelectionDAG.td
+++ b/llvm/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 ,
OpenPOWER on IntegriCloud