[PATCH] D11959: NFC SelectionDAGDumper: fix typo
JF Bastien via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 14:10:59 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL244667: NFC SelectionDAGDumper: fix typo (authored by jfb).
Changed prior to commit:
http://reviews.llvm.org/D11959?vs=31860&id=31861#toc
Repository:
rL LLVM
http://reviews.llvm.org/D11959
Files:
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
Index: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
===================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
@@ -325,7 +325,7 @@
case ISD::SETO: return "seto";
case ISD::SETUO: return "setuo";
- case ISD::SETUEQ: return "setue";
+ case ISD::SETUEQ: return "setueq";
case ISD::SETUGT: return "setugt";
case ISD::SETUGE: return "setuge";
case ISD::SETULT: return "setult";
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11959.31861.patch
Type: text/x-patch
Size: 684 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150811/3b929139/attachment.bin>
More information about the llvm-commits
mailing list