diff --git a/lib/CodeGen/ValueTypes.cpp b/lib/CodeGen/ValueTypes.cpp index e33d91b825b..10138386c27 100644 --- a/lib/CodeGen/ValueTypes.cpp +++ b/lib/CodeGen/ValueTypes.cpp @@ -32,6 +32,7 @@ const char *MVT::getValueTypeString(MVT::ValueType VT) { case MVT::f128: return "f128"; case MVT::isVoid:return "isVoid"; case MVT::Other: return "ch"; + case MVT::Flag: return "flag"; } }