From 3c1808f6282701a6627d000001419a29b28ced54 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 11 Sep 2014 10:21:25 +0000 Subject: [PATCH] [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 --- test/CodeGen/X86/vec_extract.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/vec_extract.ll b/test/CodeGen/X86/vec_extract.ll index 2e369828c5b..93380427f49 100644 --- a/test/CodeGen/X86/vec_extract.ll +++ b/test/CodeGen/X86/vec_extract.ll @@ -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:.*\(%.*\)]]