diff options
| author | Hans Wennborg <hans@hanshq.net> | 2015-12-11 00:58:32 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2015-12-11 00:58:32 +0000 |
| commit | a8e6b3ecb76948651bbb371d1b30fd90c211600d (patch) | |
| tree | 487d9b57ef8fbaf692e9e277363f3c85b50d7ea5 /llvm | |
| parent | 5e834a5dc4eee33c27da9e70fc6f13b070fb3712 (diff) | |
| download | bcm5719-llvm-a8e6b3ecb76948651bbb371d1b30fd90c211600d.tar.gz bcm5719-llvm-a8e6b3ecb76948651bbb371d1b30fd90c211600d.zip | |
Fix build after r255319.
llvm-svn: 255322
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index 8bc41024250..4dfa1650c1a 100644 --- a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/llvm/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; |

