Fix build after r255319.
authorHans Wennborg <hans@hanshq.net>
Fri, 11 Dec 2015 00:58:32 +0000 (00:58 +0000)
committerHans 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

index 8bc4102425007627b2ca179fc694460567bbb126..4dfa1650c1adac6a3c44fd9d8ca494b37bd415b1 100644 (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() &&
     // 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;
       continue;
 
     unsigned Flags = 0;