summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/ValueTypes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/ValueTypes.cpp b/llvm/lib/CodeGen/ValueTypes.cpp
index b11df341713..a4584dfe7a7 100644
--- a/llvm/lib/CodeGen/ValueTypes.cpp
+++ b/llvm/lib/CodeGen/ValueTypes.cpp
@@ -30,6 +30,7 @@ const char *MVT::getValueTypeString(MVT::ValueType VT) {
case MVT::f64: return "f64";
case MVT::f80: return "f80";
case MVT::f128: return "f128";
+ case MVT::isVoid:return "isVoid";
case MVT::Other: return "ch";
}
}
OpenPOWER on IntegriCloud