1
0
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:
Hans Wennborg 2015-12-11 00:58:32 +00:00
parent b4999f7af6
commit 903b7737d9

View File

@ -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;