mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
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:
parent
3bd3f426a5
commit
fccbee8faf
@ -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
Block a user