diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2012-09-29 21:27:31 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2012-09-29 21:27:31 +0000 |
| commit | 63605ef378851849b8ca967477e8b209284af481 (patch) | |
| tree | 8c8b0c2fdc3420f419edba9b885852b1c8df1812 /llvm/lib/Target | |
| parent | 903f485601841f7b93650cfa65c4c8f3e909f3cb (diff) | |
| download | bcm5719-llvm-63605ef378851849b8ca967477e8b209284af481.tar.gz bcm5719-llvm-63605ef378851849b8ca967477e8b209284af481.zip | |
Whitespace.
llvm-svn: 164898
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMBaseInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMBaseInstrInfo.h b/llvm/lib/Target/ARM/ARMBaseInstrInfo.h index 304ccc087c2..18746b421d7 100644 --- a/llvm/lib/Target/ARM/ARMBaseInstrInfo.h +++ b/llvm/lib/Target/ARM/ARMBaseInstrInfo.h @@ -182,7 +182,7 @@ public: virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, const BranchProbability - &Probability) const { + &Probability) const { return NumCycles == 1; } |

