forked from OSchip/llvm-project
Make one statement easier to understand from post commmit feedback from a
review of the previous patch that introduced this week. llvm-svn: 201723
This commit is contained in:
parent
6701de2abe
commit
d2da810961
|
@ -467,7 +467,7 @@ getOpndList(SmallVectorImpl<SDValue> &Ops,
|
|||
// So for now we always save S2. The optimization will be done
|
||||
// in a follow-on patch.
|
||||
//
|
||||
if (Signature->RetSig != Mips16HardFloatInfo::NoFPRet || 1)
|
||||
if (1 || (Signature->RetSig != Mips16HardFloatInfo::NoFPRet))
|
||||
FuncInfo->setSaveS2();
|
||||
}
|
||||
// one more look at list of intrinsics
|
||||
|
|
Loading…
Reference in New Issue