OSDN Git Service

[X86] Fix forward declaration in a test case that was messed up in r334358
authorCraig Topper <craig.topper@intel.com>
Sun, 10 Jun 2018 06:43:48 +0000 (06:43 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 10 Jun 2018 06:43:48 +0000 (06:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334360 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/avx512-intrinsics.ll

index 5c65603..1c86449 100644 (file)
@@ -1582,7 +1582,7 @@ define <16 x float> @test_mm512_add_round_ps_current(<16 x float> %a0, <16 x flo
   %1 = call <16 x float> @llvm.x86.avx512.add.ps.512(<16 x float> %a0, <16 x float> %a1, i32 4)
   ret <16 x float> %1
 }
-declare <16 x float> @llvm.x86.avx512..add.ps.512(<16 x float>, <16 x float>, i32)
+declare <16 x float> @llvm.x86.avx512.add.ps.512(<16 x float>, <16 x float>, i32)
 
 define <16 x float> @test_mm512_mask_sub_round_ps_rn_sae(<16 x float> %a0, <16 x float> %a1, <16 x float> %src, i16 %mask) {
 ; CHECK-LABEL: test_mm512_mask_sub_round_ps_rn_sae: