diff options
author | Evan Cheng <evan.cheng@apple.com> | 2005-12-22 02:25:14 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2005-12-22 02:25:14 +0000 |
commit | 351dc967ba4ed3b61f30a9872d6c738732e3b932 (patch) | |
tree | d1678b08c95eaf4068a740a5f2952e342e1a8946 /lib | |
parent | 9793888be8615c8363f6408fbd16f240ecdfbd80 (diff) |
Added special flag node FLAG.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24934 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/TargetSelectionDAG.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetSelectionDAG.td b/lib/Target/TargetSelectionDAG.td index fd8526f3d2..5395c43895 100644 --- a/lib/Target/TargetSelectionDAG.td +++ b/lib/Target/TargetSelectionDAG.td @@ -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">; |