Remove the v3i32 and v3f32 value types: they are not
[oota-llvm.git] / utils / TableGen / CodeGenTarget.cpp
index b0e896b7e840de99646e719b92166f1b06fe93fb..ed703be944ac6f2e2b128da5744847beb278d217 100644 (file)
@@ -79,8 +79,6 @@ std::string llvm::getEnumName(MVT::SimpleValueType T) {
   case MVT::v8f32: return "MVT::v8f32";
   case MVT::v2f64: return "MVT::v2f64";
   case MVT::v4f64: return "MVT::v4f64";
-  case MVT::v3i32: return "MVT::v3i32";
-  case MVT::v3f32: return "MVT::v3f32";
   case MVT::Metadata: return "MVT::Metadata";
   case MVT::iPTR:  return "MVT::iPTR";
   case MVT::iPTRAny:  return "MVT::iPTRAny";