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:
7c41907
)
add a missing node name
author
Chris Lattner
<sabre@nondot.org>
Sun, 15 Jan 2006 08:39:35 +0000
(08:39 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 15 Jan 2006 08:39:35 +0000
(08:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25327
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 0936ccee3284b501d04c91cb3b1595b7134d47cf..12c909e86afe6995d63ede5def0f0c54123a8ce0 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@
-1899,6
+1899,7
@@
const char *SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::CopyToReg: return "CopyToReg";
case ISD::CopyFromReg: return "CopyFromReg";
case ISD::UNDEF: return "undef";
+ case ISD::MERGE_VALUES: return "mergevalues";
// Unary operators
case ISD::FABS: return "fabs";