Remove unreachable return (PR47026)

This commit is contained in:
Simon Pilgrim 2020-08-07 11:20:44 +01:00
parent aa38e97ad5
commit 24cca30f7f
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ bool MipsTargetInfo::processorSupportsGPR64() const {
.Case("octeon", true)
.Case("octeon+", true)
.Default(false);
return false;
}
static constexpr llvm::StringLiteral ValidCPUNames[] = {