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:
128b52d
)
fix a bad typeo
author
Chris Lattner
<sabre@nondot.org>
Thu, 12 May 2005 23:51:40 +0000
(23:51 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 12 May 2005 23:51:40 +0000
(23:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21917
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 6fa0d926a7f0d728be4c16ba5a6a8bd0942cc8ed..79d41fca2a3ac764d5f37e1bbd409ba04ecb01e5 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@
-1690,8
+1690,8
@@
const char *SDNode::getOperationName() const {
case ISD::BRCONDTWOWAY: return "brcondtwoway";
case ISD::RET: return "ret";
case ISD::CALL: return "call";
- case ISD::CALLSEQ_START: return "callseq_
end
";
- case ISD::CALLSEQ_END: return "callseq_
start
";
+ case ISD::CALLSEQ_START: return "callseq_
start
";
+ case ISD::CALLSEQ_END: return "callseq_
end
";
// Other operators
case ISD::LOAD: return "load";