summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-09 01:32:11 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-09 01:32:11 +0000
commita57965827f0fe933e6d6e9cc2cb4633ee334dfab (patch)
tree654b7a15cd99610ba3d045489e083747ab5d15fb /llvm/test
parent66b36490303566fe4e99fd8f8540e5c05e752aeb (diff)
downloadbcm5719-llvm-a57965827f0fe933e6d6e9cc2cb4633ee334dfab.tar.gz
bcm5719-llvm-a57965827f0fe933e6d6e9cc2cb4633ee334dfab.zip
Fix test to be less sensitive of regalloc accidents
llvm-svn: 107951
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll b/llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
index bf0bb404172..0c5b180cf84 100644
--- a/llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
+++ b/llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
@@ -10,7 +10,7 @@ target triple = "thumbv7-apple-darwin10"
; %reg1028 gets allocated %Q0, and if %reg1030 is reloaded for the partial
; redef, it cannot also get %Q0.
-; CHECK: vld1.64 {d0, d1}, [r0]
+; CHECK: vld1.64 {d0, d1}, [r{{.}}]
; CHECK-NOT: vld1.64 {d0, d1}
; CHECK: vmov.f64 d3, d0
OpenPOWER on IntegriCloud