fix a bad typeo
authorChris Lattner <sabre@nondot.org>
Thu, 12 May 2005 23:51:40 +0000 (23:51 +0000)
committerChris 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

index 6fa0d926a7f0d728be4c16ba5a6a8bd0942cc8ed..79d41fca2a3ac764d5f37e1bbd409ba04ecb01e5 100644 (file)
@@ -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";