diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-20 17:32:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-20 17:32:28 +0000 |
commit | 353c3e4981c735214e3d06dbc627a98517b9fcce (patch) | |
tree | 80f6d861825871ec38b50098e3b0357632dca752 | |
parent | bf52d49f3630db0c8a7ba53947fd31cf1853814b (diff) |
Add missing entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19712 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/VMCore/ValueTypes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/ValueTypes.cpp b/lib/VMCore/ValueTypes.cpp index b11df34171..a4584dfe7a 100644 --- a/lib/VMCore/ValueTypes.cpp +++ b/lib/VMCore/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"; } } |