From 1ec3e4e4bd31902a637eaa9c88d8651c3182d4b5 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... llvm-svn: 217575 --- llvm/test/CodeGen/X86/vec_extract.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/vec_extract.ll b/llvm/test/CodeGen/X86/vec_extract.ll index 2e369828c5b4..93380427f496 100644 --- a/llvm/test/CodeGen/X86/vec_extract.ll +++ b/llvm/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:.*\(%.*\)]]