From cfcb2f68981c45222c745c480413f493d06ba920 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Fri, 9 Jul 2010 01:32:11 +0000 Subject: Fix test to be less sensitive of regalloc accidents git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107951 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll') diff --git a/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll b/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll index bf0bb40417..0c5b180cf8 100644 --- a/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll +++ b/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 -- cgit v1.2.3