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:
Reed Kotler 2014-02-19 22:11:45 +00:00
parent 6701de2abe
commit d2da810961
1 changed files with 1 additions and 1 deletions

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