Fix test to be less sensitive of regalloc accidents

llvm-svn: 107951
This commit is contained in:
Jakob Stoklund Olesen 2010-07-09 01:32:11 +00:00
parent 66b3649030
commit a57965827f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ target triple = "thumbv7-apple-darwin10"
; %reg1028 gets allocated %Q0, and if %reg1030 is reloaded for the partial ; %reg1028 gets allocated %Q0, and if %reg1030 is reloaded for the partial
; redef, it cannot also get %Q0. ; 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-NOT: vld1.64 {d0, d1}
; CHECK: vmov.f64 d3, d0 ; CHECK: vmov.f64 d3, d0