Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
[oota-llvm.git] / utils / TableGen / CodeGenTarget.cpp
index 4a7bad7e6d8510549ae7609ee56a93000456f463..6e1872e27d956f1b850f1f90015c1c2979d8e24c 100644 (file)
@@ -90,7 +90,7 @@ std::string llvm::getEnumName(MVT::SimpleValueType T) {
   case MVT::Metadata: return "MVT::Metadata";
   case MVT::iPTR:     return "MVT::iPTR";
   case MVT::iPTRAny:  return "MVT::iPTRAny";
-  case MVT::untyped:  return "MVT::untyped";
+  case MVT::Untyped:  return "MVT::Untyped";
   default: assert(0 && "ILLEGAL VALUE TYPE!"); return "";
   }
 }