Fix build after r255319.

llvm-svn: 255322
This commit is contained in:
Hans Wennborg 2015-12-11 00:58:32 +00:00
parent 5e834a5dc4
commit a8e6b3ecb7
1 changed files with 1 additions and 1 deletions

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;