From bd15945ab2ec683c05243820974816403e14fba6 Mon Sep 17 00:00:00 2001 From: Nico Rieck Date: Fri, 23 May 2014 19:06:24 +0000 Subject: Fix broken FileCheck prefixes llvm-svn: 209538 --- llvm/test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll') diff --git a/llvm/test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll b/llvm/test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll index db33927cb79..9eda29f101a 100644 --- a/llvm/test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll +++ b/llvm/test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll @@ -223,7 +223,7 @@ define <4 x float> @reschedule_extract(<4 x float> %a, <4 x float> %b) { ; instructions that are erased. define <4 x float> @take_credit(<4 x float> %a, <4 x float> %b) { ; ZEROTHRESH-LABEL: @take_credit( -; ZEROTHRESH-CHECK: %1 = fadd <4 x float> %a, %b +; ZEROTHRESH: %1 = fadd <4 x float> %a, %b %a0 = extractelement <4 x float> %a, i32 0 %b0 = extractelement <4 x float> %b, i32 0 %c0 = fadd float %a0, %b0 -- cgit v1.2.3