Fix the string for MVT::isVoid.

llvm-svn: 55034
This commit is contained in:
Dan Gohman 2008-08-20 01:44:30 +00:00
parent d0da06c817
commit ed5e30b819

View File

@ -50,7 +50,7 @@ std::string llvm::getName(MVT::SimpleValueType T) {
case MVT::f128: return "MVT::f128";
case MVT::ppcf128: return "MVT::ppcf128";
case MVT::Flag: return "MVT::Flag";
case MVT::isVoid:return "MVT::void";
case MVT::isVoid:return "MVT::isVoid";
case MVT::v8i8: return "MVT::v8i8";
case MVT::v4i16: return "MVT::v4i16";
case MVT::v2i32: return "MVT::v2i32";