summaryrefslogtreecommitdiff
path: root/test/Transforms/BBVectorize/X86/sh-types.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/BBVectorize/X86/sh-types.ll')
-rw-r--r--test/Transforms/BBVectorize/X86/sh-types.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/BBVectorize/X86/sh-types.ll b/test/Transforms/BBVectorize/X86/sh-types.ll
index 0bcb714d5e..fbff2fb86e 100644
--- a/test/Transforms/BBVectorize/X86/sh-types.ll
+++ b/test/Transforms/BBVectorize/X86/sh-types.ll
@@ -18,7 +18,7 @@ define <4 x float> @test7(<4 x float> %A1, <4 x float> %B1, double %C1, double %
%R = fmul <4 x float> %Y1, %Y2
ret <4 x float> %R
-; CHECK: @test7
+; CHECK-LABEL: @test7(
; CHECK-NOT: <8 x float>
; CHECK: ret <4 x float>
}