forked from OSchip/llvm-project
Remove unreachable return (PR47026)
This commit is contained in:
parent
aa38e97ad5
commit
24cca30f7f
|
@ -41,7 +41,6 @@ bool MipsTargetInfo::processorSupportsGPR64() const {
|
|||
.Case("octeon", true)
|
||||
.Case("octeon+", true)
|
||||
.Default(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
static constexpr llvm::StringLiteral ValidCPUNames[] = {
|
||||
|
|
Loading…
Reference in New Issue