diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-08-02 17:32:43 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-08-02 17:32:43 +0000 | 
| commit | b7eb8e35e481a74962664b63dfb09483b200209a (patch) | |
| tree | 1937fb4a348458ce2d02ade03ac3bb0aa18d2fcd /lib/Target/PowerPC/PPCMIPeephole.cpp | |
| parent | eb11fae6d08f479c0799db45860a98af528fa6e7 (diff) | |
Notes
Diffstat (limited to 'lib/Target/PowerPC/PPCMIPeephole.cpp')
| -rw-r--r-- | lib/Target/PowerPC/PPCMIPeephole.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCMIPeephole.cpp b/lib/Target/PowerPC/PPCMIPeephole.cpp index dbe1fe37ddf82..0068df19f0c87 100644 --- a/lib/Target/PowerPC/PPCMIPeephole.cpp +++ b/lib/Target/PowerPC/PPCMIPeephole.cpp @@ -891,7 +891,7 @@ static bool eligibleForCompareElimination(MachineBasicBlock &MBB,      auto BII = BB.getFirstInstrTerminator();      // We optimize BBs ending with a conditional branch.      // We check only for BCC here, not BCCLR, because BCCLR -    // will be formed only later in the pipeline.  +    // will be formed only later in the pipeline.      if (BB.succ_size() == 2 &&          BII != BB.instr_end() &&          (*BII).getOpcode() == PPC::BCC &&  | 
