forked from OSchip/llvm-project
Remove unreachable return (PR47028)
This commit is contained in:
parent
1d78294250
commit
ffd258f7bb
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue