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:
9793888
)
Added special flag node FLAG.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 22 Dec 2005 02:25:14 +0000
(
02:25
+0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/lib/Target/TargetSelectionDAG.td
b/lib/Target/TargetSelectionDAG.td
index fd8526f3d275308b758c9f4dbf04527380cf02c6..5395c4389540d2ac787c0058f1b47d35b5a250cf 100644
(file)
--- 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">;