Add type printing for Metadata pseudo.

llvm-svn: 97251
This commit is contained in:
Dale Johannesen 2010-02-26 19:38:59 +00:00
parent 4a49d9818b
commit e6b53047bb
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ std::string EVT::getEVTString() const {
case MVT::v8f32: return "v8f32";
case MVT::v2f64: return "v2f64";
case MVT::v4f64: return "v4f64";
case MVT::Metadata:return "Metadata";
}
}