Make one statement easier to understand from post commmit feedback from a

review of the previous patch that introduced this week.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201723 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reed Kotler 2014-02-19 22:11:45 +00:00
parent 3bd3f426a5
commit fccbee8faf

View File

@ -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