Added special flag node FLAG.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 22 Dec 2005 02:25:14 +0000 (02:25 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 22 Dec 2005 02:25:14 +0000 (02:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24934 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetSelectionDAG.td

index fd8526f3d275308b758c9f4dbf04527380cf02c6..5395c4389540d2ac787c0058f1b47d35b5a250cf 100644 (file)
@@ -184,6 +184,7 @@ class SDNode<string opcode, SDTypeProfile typeprof,
 def set;
 def node;
 def srcvalue;
+def FLAG;
 
 def imm        : SDNode<"ISD::Constant"  , SDTIntLeaf , [], "ConstantSDNode">;
 def vt         : SDNode<"ISD::VALUETYPE" , SDTOther   , [], "VTSDNode">;