aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/reg_sequence.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-07-09 00:47:20 +0000
committerBob Wilson <bob.wilson@apple.com>2010-07-09 00:47:20 +0000
commita0148c360e9bb4badabf1a2397cfd70907618f87 (patch)
treeead800b5484043b9415654d6719a8dac5d06bd77 /test/CodeGen/ARM/reg_sequence.ll
parentbf87e2491789d6ff788629e22e93d0c1ca02ae85 (diff)
downloadexternal_llvm-a0148c360e9bb4badabf1a2397cfd70907618f87.zip
external_llvm-a0148c360e9bb4badabf1a2397cfd70907618f87.tar.gz
external_llvm-a0148c360e9bb4badabf1a2397cfd70907618f87.tar.bz2
Print "dregpair" NEON operands with a space between them, for readability and
consistency with other instructions that have lists of register operands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/reg_sequence.ll')
-rw-r--r--test/CodeGen/ARM/reg_sequence.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/reg_sequence.ll b/test/CodeGen/ARM/reg_sequence.ll
index 1c4552a..9e365c9 100644
--- a/test/CodeGen/ARM/reg_sequence.ll
+++ b/test/CodeGen/ARM/reg_sequence.ll
@@ -240,8 +240,8 @@ define arm_aapcs_vfpcc float @t9(%0* nocapture, %3* nocapture) nounwind {
; CHECK: vldr.64
; CHECK-NOT: vmov d{{.*}}, d0
; CHECK: vmov.i8 d1
-; CHECK-NEXT: vstmia r0, {d0,d1}
-; CHECK-NEXT: vstmia r0, {d0,d1}
+; CHECK-NEXT: vstmia r0, {d0, d1}
+; CHECK-NEXT: vstmia r0, {d0, d1}
%3 = bitcast double 0.000000e+00 to <2 x float> ; <<2 x float>> [#uses=2]
%4 = shufflevector <2 x float> %3, <2 x float> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 3> ; <<4 x float>> [#uses=1]
store <4 x float> %4, <4 x float>* undef, align 16