aboutsummaryrefslogtreecommitdiffstats
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
commit154418cdd82b3d8dcf23efd65f5647833e43bc45 (patch)
tree885ee6479deb5c5940b622b75cb8ee27af887f0b
parent01e872af2548144ab3df9c03f3b7cc69b9d758a8 (diff)
downloadexternal_llvm-154418cdd82b3d8dcf23efd65f5647833e43bc45.zip
external_llvm-154418cdd82b3d8dcf23efd65f5647833e43bc45.tar.gz
external_llvm-154418cdd82b3d8dcf23efd65f5647833e43bc45.tar.bz2
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164898 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMBaseInstrInfo.h2
-rw-r--r--test/CodeGen/ARM/domain-conv-vmovs.ll4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMBaseInstrInfo.h b/lib/Target/ARM/ARMBaseInstrInfo.h
index 304ccc0..18746b4 100644
--- a/lib/Target/ARM/ARMBaseInstrInfo.h
+++ b/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;
}
diff --git a/test/CodeGen/ARM/domain-conv-vmovs.ll b/test/CodeGen/ARM/domain-conv-vmovs.ll
index 18e1693..a5c4114 100644
--- a/test/CodeGen/ARM/domain-conv-vmovs.ll
+++ b/test/CodeGen/ARM/domain-conv-vmovs.ll
@@ -79,8 +79,8 @@ define float @test_ineligible(float, float %in) {
; internal fault).
call void @bar()
; CHECL: bl bar
-; CHECK: vext.32
-; CHECK: vext.32
+; CHECK: vext.32
+; CHECK: vext.32
ret float %val
}