forked from OSchip/llvm-project
parent
5e834a5dc4
commit
a8e6b3ecb7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue