forked from OSchip/llvm-project
[x86] Fixup r217565 which baked in an assumption about the function
name that breaks on some platforms. This part of the test just doesn't matter... llvm-svn: 217575
This commit is contained in:
parent
f83e1f7f66
commit
1ec3e4e4bd
|
@ -40,7 +40,7 @@ entry:
|
|||
|
||||
define double @test4(double %A) nounwind {
|
||||
; CHECK-LABEL: test4:
|
||||
; CHECK: calll foo
|
||||
; CHECK: calll {{.*}}foo
|
||||
; CHECK-NEXT: unpckhpd %[[X:xmm[0-9]+]], %[[X]]
|
||||
; CHECK-NEXT: addsd {{.*}}(%{{.*}}), %[[X2]]
|
||||
; CHECK-NEXT: movsd %[[X2]], [[mem:.*\(%.*\)]]
|
||||
|
|
Loading…
Reference in New Issue