Fixed "not all control paths return a value" warning. NFC.

llvm-svn: 263040
This commit is contained in:
George Rimar
2016-03-09 18:05:34 +00:00
parent 3c45ed2f5e
commit 599d77246d

View File

@@ -426,6 +426,7 @@ static uint8_t getGvVisibility(const GlobalValue *GV) {
case GlobalValue::ProtectedVisibility:
return STV_PROTECTED;
}
llvm_unreachable("Unknown visibility");
}
void BitcodeFile::parse(DenseSet<StringRef> &ComdatGroups) {