projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bd3f42
)
Make one statement easier to understand from post commmit feedback from a
author
Reed Kotler
<rkotler@mips.com>
Wed, 19 Feb 2014 22:11:45 +0000
(22:11 +0000)
committer
Reed Kotler
<rkotler@mips.com>
Wed, 19 Feb 2014 22:11:45 +0000
(22:11 +0000)
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
lib/Target/Mips/Mips16ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/Mips16ISelLowering.cpp
b/lib/Target/Mips/Mips16ISelLowering.cpp
index 502793df87ae7edb170150244921a01dae577795..5769efcd14f07b2c0d306c17452152af2c7a0ea9 100644
(file)
--- a/
lib/Target/Mips/Mips16ISelLowering.cpp
+++ b/
lib/Target/Mips/Mips16ISelLowering.cpp
@@
-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