summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-20 17:32:28 +0000
committerChris Lattner <sabre@nondot.org>2005-01-20 17:32:28 +0000
commit28d15860bdccbdc2f5ff4e528ef289935dbe40fa (patch)
treea7fd2084071162af473bebffa3d1600d7036cd46 /llvm/lib/CodeGen
parent5b04f334056ce8e7f76a2521671817e42845e916 (diff)
downloadbcm5719-llvm-28d15860bdccbdc2f5ff4e528ef289935dbe40fa.tar.gz
bcm5719-llvm-28d15860bdccbdc2f5ff4e528ef289935dbe40fa.zip
Add missing entry.
llvm-svn: 19712
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