Add type printing for Metadata pseudo.
authorDale Johannesen <dalej@apple.com>
Fri, 26 Feb 2010 19:38:59 +0000 (19:38 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 26 Feb 2010 19:38:59 +0000 (19:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97251 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/ValueTypes.cpp

index eff8decda27a790efe16fd6be4d2dd8689bbbfe4..a092cd1a84b613275aacda093163a5c5649d4adf 100644 (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";
   }
 }