I hate default statements

llvm-svn: 120293
This commit is contained in:
Douglas Gregor 2010-11-29 17:45:20 +00:00
parent 6399366d17
commit da4a6272fa
1 changed files with 0 additions and 1 deletions

View File

@ -957,7 +957,6 @@ const char *Type::getTypeClassName() const {
const char *BuiltinType::getName(const LangOptions &LO) const {
switch (getKind()) {
default: assert(0 && "Unknown builtin type!");
case Void: return "void";
case Bool: return LO.Bool ? "bool" : "_Bool";
case Char_S: return "char";