Remove unreachable return (PR47028)

This commit is contained in:
Simon Pilgrim 2020-08-07 11:33:07 +01:00
parent 1d78294250
commit ffd258f7bb
1 changed files with 0 additions and 2 deletions

View File

@ -452,8 +452,6 @@ bool mips::isNaN2008(const ArgList &Args, const llvm::Triple &Triple) {
return llvm::StringSwitch<bool>(getCPUName(Args, Triple))
.Cases("mips32r6", "mips64r6", true)
.Default(false);
return false;
}
bool mips::isFP64ADefault(const llvm::Triple &Triple, StringRef CPUName) {