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:
8a496fc
)
Print new node.
author
Chris Lattner
<sabre@nondot.org>
Thu, 13 Jan 2005 17:59:10 +0000
(17:59 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 13 Jan 2005 17:59:10 +0000
(17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19526
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 2b5604fec2ac1855a9d3a4bafdf5afce55697d70..2f5fdc37cd69cec9cfce32065a9f817394301250 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@
-870,6
+870,7
@@
const char *SDNode::getOperationName() const {
switch (getOpcode()) {
default: return "<<Unknown>>";
case ISD::EntryToken: return "EntryToken";
+ case ISD::TokenFactor: return "TokenFactor";
case ISD::Constant: return "Constant";
case ISD::ConstantFP: return "ConstantFP";
case ISD::GlobalAddress: return "GlobalAddress";