mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix build after r255319.
llvm-svn: 255322
This commit is contained in:
parent
b4999f7af6
commit
903b7737d9
@ -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…
x
Reference in New Issue
Block a user