Use CHECK-LABEL in MSan IR tests.
[oota-llvm.git] / test / Instrumentation / MemorySanitizer / vector_shift.ll
index 91e4bd53c6a978cdacbc0879f2305f3e6c5fb7cb..d7b47f011b1d096bc0bd09587c25a6128559e4a1 100644 (file)
@@ -25,7 +25,7 @@ entry:
   ret i64 %6
 }
 
-; CHECK: @test_mmx
+; CHECK-LABEL: @test_mmx
 ; CHECK: = icmp ne i64 {{.*}}, 0
 ; CHECK: [[C:%.*]] = sext i1 {{.*}} to i64
 ; CHECK: [[A:%.*]] = call x86_mmx @llvm.x86.mmx.psll.d(
@@ -41,7 +41,7 @@ entry:
   ret <8 x i16> %0
 }
 
-; CHECK: @test_sse2_scalar
+; CHECK-LABEL: @test_sse2_scalar
 ; CHECK: = icmp ne i32 {{.*}}, 0
 ; CHECK: = sext i1 {{.*}} to i128
 ; CHECK: = bitcast i128 {{.*}} to <8 x i16>
@@ -57,7 +57,7 @@ entry:
   ret <8 x i16> %0
 }
 
-; CHECK: @test_sse2
+; CHECK-LABEL: @test_sse2
 ; CHECK: = bitcast <8 x i16> {{.*}} to i128
 ; CHECK: = trunc i128 {{.*}} to i64
 ; CHECK: = icmp ne i64 {{.*}}, 0
@@ -77,7 +77,7 @@ entry:
   ret <4 x i32> %0
 }
 
-; CHECK: @test_avx2
+; CHECK-LABEL: @test_avx2
 ; CHECK: = icmp ne <4 x i32> {{.*}}, zeroinitializer
 ; CHECK: = sext <4 x i1> {{.*}} to <4 x i32>
 ; CHECK: = call <4 x i32> @llvm.x86.avx2.psllv.d(
@@ -91,7 +91,7 @@ entry:
   ret <8 x i32> %0
 }
 
-; CHECK: @test_avx2_256
+; CHECK-LABEL: @test_avx2_256
 ; CHECK: = icmp ne <8 x i32> {{.*}}, zeroinitializer
 ; CHECK: = sext <8 x i1> {{.*}} to <8 x i32>
 ; CHECK: = call <8 x i32> @llvm.x86.avx2.psllv.d.256(