summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-09-29 21:27:31 +0000
committerBob Wilson <bob.wilson@apple.com>2012-09-29 21:27:31 +0000
commit63605ef378851849b8ca967477e8b209284af481 (patch)
tree8c8b0c2fdc3420f419edba9b885852b1c8df1812 /llvm/lib/Target
parent903f485601841f7b93650cfa65c4c8f3e909f3cb (diff)
downloadbcm5719-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.h2
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;
}
OpenPOWER on IntegriCloud