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:
3719f99
)
Fix build after r255319.
author
Hans Wennborg
<hans@hanshq.net>
Fri, 11 Dec 2015 00:58:32 +0000
(
00:58
+0000)
committer
Hans Wennborg
<hans@hanshq.net>
Fri, 11 Dec 2015 00:58:32 +0000
(
00:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255322
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
index 8bc4102425007627b2ca179fc694460567bbb126..4dfa1650c1adac6a3c44fd9d8ca494b37bd415b1 100644
(file)
--- a/
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
+++ b/
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
@@
-4195,7
+4195,7
@@
void PPCDAGToDAGISel::PeepholePPC64() {
// opportunity, unless a) it results in another fusion opportunity or
// b) optimizing for size.
if (PPCSubTarget->hasFusion() &&
- (!MF->getFunction()->optForSize() && !Base.hasOneUse())
+ (!MF->getFunction()->optForSize() && !Base.hasOneUse())
)
continue;
unsigned Flags = 0;