Remove useless unreachable. Switch coverage already gives us this. NFC

llvm-svn: 264945
This commit is contained in:
Pete Cooper 2016-03-30 22:34:37 +00:00
parent 2fe4fbc184
commit 63d1aba2ce
1 changed files with 0 additions and 1 deletions

View File

@ -865,7 +865,6 @@ std::error_code Util::getSymbolTableRegion(const DefinedAtom* atom,
}
break;
}
llvm_unreachable("atom->scope() unknown enum value");
}
std::error_code Util::addSymbols(const lld::File &atomFile,