NFC SelectionDAGDumper: fix typo
authorJF Bastien <jfb@google.com>
Tue, 11 Aug 2015 21:10:07 +0000 (21:10 +0000)
committerJF 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

index cbb0aa1a760d75a56599b683ca49caa62b53d562..4c8658e51ca0b51d9895d226113814dd8391fa2f 100644 (file)
@@ -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 "setueq";
     case ISD::SETUGT:                   return "setugt";
     case ISD::SETUGE:                   return "setuge";
     case ISD::SETULT:                   return "setult";