summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-02-26 19:38:59 +0000
committerDale Johannesen <dalej@apple.com>2010-02-26 19:38:59 +0000
commite6b53047bb64c82e523d77b29afd1acf585639ee (patch)
tree8e1edc9991a282aff6dc0d1eb183ac81307f612d
parent4a49d9818b4e07285c4ec56bb32ca5903a2db9ee (diff)
downloadbcm5719-llvm-e6b53047bb64c82e523d77b29afd1acf585639ee.tar.gz
bcm5719-llvm-e6b53047bb64c82e523d77b29afd1acf585639ee.zip
Add type printing for Metadata pseudo.
llvm-svn: 97251
-rw-r--r--llvm/lib/VMCore/ValueTypes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/ValueTypes.cpp b/llvm/lib/VMCore/ValueTypes.cpp
index eff8decda27..a092cd1a84b 100644
--- a/llvm/lib/VMCore/ValueTypes.cpp
+++ b/llvm/lib/VMCore/ValueTypes.cpp
@@ -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";
}
}
OpenPOWER on IntegriCloud