Removed the redundant comment. NFC.

llvm-svn: 304874
This commit is contained in:
Galina Kistanova 2017-06-07 06:52:58 +00:00
parent 91d62c9a56
commit 1cbc801dd6
1 changed files with 0 additions and 1 deletions

View File

@ -161,7 +161,6 @@ bool SymbolTable::addByName(const Atom &newAtom) {
llvm::errs() << "Size mismatch: "
<< existing->name() << " (" << existingSize << ") "
<< newAtom.name() << " (" << newSize << ")\n";
// fallthrough
LLVM_FALLTHROUGH;
}
case MCR_Error: