Remove default label from fully covered switch.

llvm-svn: 194624
This commit is contained in:
Rui Ueyama 2013-11-13 23:33:49 +00:00
parent 1d61d31a4d
commit 0acd8243e3
1 changed files with 0 additions and 3 deletions

View File

@ -234,9 +234,6 @@ void SymbolTable::addByName(const Atom & newAtom) {
break;
case NCR_Error:
llvm::errs() << "SymbolTable: error while merging " << name << "\n";
// FALLTHRU
default:
llvm::report_fatal_error("SymbolTable::addByName(): unhandled switch clause");
}
if (useNew) {