summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2018-03-09 23:29:06 +0000
committerHeejin Ahn <aheejin@gmail.com>2018-03-09 23:29:06 +0000
commitc332ae8be81f3ae7c57d068e806d720d017d69ec (patch)
tree23da5e47e54462b57dabf29c0e650c78053a0ac5 /llvm/lib
parentc3716ca2199ddd9b0871448b0b813deb266c096a (diff)
downloadbcm5719-llvm-c332ae8be81f3ae7c57d068e806d720d017d69ec.tar.gz
bcm5719-llvm-c332ae8be81f3ae7c57d068e806d720d017d69ec.zip
[WebAssembly] Add EVT::getEVTString() for except_ref type
Summary: This was missing in D43706 (rL326985). Reviewers: Subscribers: jfb, sbc100, jgravelle-google, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D44325 llvm-svn: 327187
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/IR/ValueTypes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/ValueTypes.cpp b/llvm/lib/IR/ValueTypes.cpp
index 037c157fda8..7a340a7a17b 100644
--- a/llvm/lib/IR/ValueTypes.cpp
+++ b/llvm/lib/IR/ValueTypes.cpp
@@ -196,6 +196,7 @@ std::string EVT::getEVTString() const {
case MVT::v8f64: return "v8f64";
case MVT::Metadata:return "Metadata";
case MVT::Untyped: return "Untyped";
+ case MVT::ExceptRef: return "ExceptRef";
}
}
OpenPOWER on IntegriCloud