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:
06a1f0e
)
NFC SelectionDAGDumper: fix typo
author
JF Bastien
<jfb@google.com>
Tue, 11 Aug 2015 21:10:07 +0000
(21:10 +0000)
committer
JF Bastien
<jfb@google.com>
Tue, 11 Aug 2015 21:10:07 +0000
(21:10 +0000)
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D11959
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244667
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
index cbb0aa1a760d75a56599b683ca49caa62b53d562..4c8658e51ca0b51d9895d226113814dd8391fa2f 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
@@
-325,7
+325,7
@@
std::string SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::SETO: return "seto";
case ISD::SETUO: return "setuo";
- case ISD::SETUEQ: return "setue";
+ case ISD::SETUEQ: return "setue
q
";
case ISD::SETUGT: return "setugt";
case ISD::SETUGE: return "setuge";
case ISD::SETULT: return "setult";