From: Adam Nemet Date: Fri, 16 Jan 2015 18:51:46 +0000 (+0000) Subject: Fix typo in r225922. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e51a590a39f019b65c66a157f797086e56f0a83;p=clang Fix typo in r225922. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/avx512f-builtins.c b/test/CodeGen/avx512f-builtins.c index 8bb013fef7..857274d741 100644 --- a/test/CodeGen/avx512f-builtins.c +++ b/test/CodeGen/avx512f-builtins.c @@ -197,14 +197,14 @@ __m512d test_mm512_unpacklo_pd(__m512d a, __m512d b) return _mm512_unpacklo_pd(a, b); } -__m512d test_mm512_unpackhi_ps(__m512d a, __m512d b) +__m512 test_mm512_unpackhi_ps(__m512 a, __m512 b) { // CHECK-LABEL: @test_mm512_unpackhi_ps // CHECK: shufflevector <16 x float> {{.*}} return _mm512_unpackhi_ps(a, b); } -__m512d test_mm512_unpacklo_ps(__m512d a, __m512d b) +__m512 test_mm512_unpacklo_ps(__m512 a, __m512 b) { // CHECK-LABEL: @test_mm512_unpacklo_ps // CHECK: shufflevector <16 x float> {{.*}}