add a node, for completeness
authorChris Lattner <sabre@nondot.org>
Sun, 18 Dec 2005 07:05:21 +0000 (07:05 +0000)
committerChris 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

index 78640da4b9edc53afd9393fc8a633127bdc4a214..5e7554d9dd53b3282ef47670708076ea220a03a3 100644 (file)
@@ -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   ,