[AVX512] Add missing CHECK-LABEL
authorAdam Nemet <anemet@apple.com>
Wed, 30 Jul 2014 01:30:45 +0000 (01:30 +0000)
committerAdam Nemet <anemet@apple.com>
Wed, 30 Jul 2014 01:30:45 +0000 (01:30 +0000)
llvm-svn: 214273

llvm/test/CodeGen/X86/avx512-vbroadcast.ll

index 9c6db11..a4f131b 100644 (file)
@@ -53,7 +53,8 @@ define   <16 x float> @_xmm16xfloat(<16 x float> %a) {
 }
 
 define <16 x i32> @test_vbroadcast() {
-  ; CHECK: vpbroadcastd
+; CHECK-LABEL: _test_vbroadcast:
+; CHECK: vpbroadcastd
 entry:
   %0 = sext <16 x i1> zeroinitializer to <16 x i32>
   %1 = fcmp uno <16 x float> undef, zeroinitializer