mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-13 16:03:58 +00:00
[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... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217575 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c1a4875e8
commit
3c1808f628
@ -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…
x
Reference in New Issue
Block a user