Added case HANDLENODE to getOperationName().
authorEvan Cheng <evan.cheng@apple.com>
Fri, 3 Feb 2006 01:33:01 +0000 (01:33 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 3 Feb 2006 01:33:01 +0000 (01:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25920 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index 6f1a263048d715c9a3d697ef8b227d2b3cbda3c1..35000c7d36dbf0da4a80c42831adc77462e6c96a 100644 (file)
@@ -2266,6 +2266,7 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {
   case ISD::UNDEF:         return "undef";
   case ISD::MERGE_VALUES:  return "mergevalues";
   case ISD::INLINEASM:     return "inlineasm";
+  case ISD::HANDLENODE:    return "handlenode";
     
   // Unary operators
   case ISD::FABS:   return "fabs";