From: Hans Wennborg Date: Fri, 11 Dec 2015 00:58:32 +0000 (+0000) Subject: Fix build after r255319. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ee256944c571b4be88fc7a17b6f9578a09bfd274;p=oota-llvm.git Fix build after r255319. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255322 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index 8bc41024250..4dfa1650c1a 100644 --- a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp @@ -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;