diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-06-24 00:52:22 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-06-24 00:52:22 +0000 |
commit | dbb58d297434d58fbe0d35e691ee147bdd9c09c0 (patch) | |
tree | fe6bd78cbc9ac7da68fea136b3519ba426eb8ce4 /llvm/test/CodeGen/ARM/vget_lane.ll | |
parent | 0f60709f0e860d84522ab77dc07c57b179ee2692 (diff) | |
download | bcm5719-llvm-dbb58d297434d58fbe0d35e691ee147bdd9c09c0.tar.gz bcm5719-llvm-dbb58d297434d58fbe0d35e691ee147bdd9c09c0.zip |
Revert "Replace a big gob of old coalescer logic with the new CoalescerPair class."
Whiny buildbots.
llvm-svn: 106710
Diffstat (limited to 'llvm/test/CodeGen/ARM/vget_lane.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/vget_lane.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/vget_lane.ll b/llvm/test/CodeGen/ARM/vget_lane.ll index 05e7f509095..5dd87d66c15 100644 --- a/llvm/test/CodeGen/ARM/vget_lane.ll +++ b/llvm/test/CodeGen/ARM/vget_lane.ll @@ -204,8 +204,8 @@ define <4 x i32> @vsetQ_lane32(<4 x i32>* %A, i32 %B) nounwind { define arm_aapcs_vfpcc <2 x float> @test_vset_lanef32(float %arg0_float32_t, <2 x float> %arg1_float32x2_t) nounwind { ;CHECK: test_vset_lanef32: -;CHECK: vmov.f32 s3, s0 -;CHECK: vmov.f64 d0, d1 +;CHECK: vmov.f32 +;CHECK: vmov.f32 entry: %0 = insertelement <2 x float> %arg1_float32x2_t, float %arg0_float32_t, i32 1 ; <<2 x float>> [#uses=1] ret <2 x float> %0 |