summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/struct_byval.ll
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2013-10-11 18:09:19 +0000
committerMatthias Braun <matze@braunis.de>2013-10-11 18:09:19 +0000
commit77219d8424e8bc18ac006790a5f6deba06b46c89 (patch)
tree18b79df85b2a4b8f3f2ab126169d7a65a72dbae4 /llvm/test/CodeGen/ARM/struct_byval.ll
parent41dc258f714155aca59ed28940d8f73202ba74ef (diff)
downloadbcm5719-llvm-77219d8424e8bc18ac006790a5f6deba06b46c89.tar.gz
bcm5719-llvm-77219d8424e8bc18ac006790a5f6deba06b46c89.zip
Revert "Tests: Be less dependent on a specific schedule/regalloc"
This reverts r192454 Apparently FileCheck isn't as smart as I though and does not enforce a topological order between variable defs+uses. llvm-svn: 192472
Diffstat (limited to 'llvm/test/CodeGen/ARM/struct_byval.ll')
-rw-r--r--llvm/test/CodeGen/ARM/struct_byval.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/struct_byval.ll b/llvm/test/CodeGen/ARM/struct_byval.ll
index fe9fbcc85ca..012b9948537 100644
--- a/llvm/test/CodeGen/ARM/struct_byval.ll
+++ b/llvm/test/CodeGen/ARM/struct_byval.ll
@@ -32,9 +32,9 @@ entry:
define i32 @h() nounwind ssp {
entry:
; CHECK-LABEL: h:
-; CHECK-DAG: vld1.32 {[[R0:d[0-9]+]], [[R1:d[0-9]+]]}
-; CHECK-DAG: sub
-; CHECK-DAG: vst1.32 {[[R0]], [[R1]]}
+; CHECK: vld1
+; CHECK: sub
+; CHECK: vst1
; CHECK: bne
%st = alloca %struct.LargeStruct, align 16
%call = call i32 @e3(%struct.LargeStruct* byval align 16 %st)
OpenPOWER on IntegriCloud