Skip to content

Commit a72248c

Browse files
committed
Drop dangling comments from a recent test
1 parent a4516da commit a72248c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/test/CodeGen/X86/x86-intrinsics-imm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ __m128i check__mm256_cvtps_ph(__m256 val, const int I) {
2323
return _mm256_cvtps_ph(val, I); // expected-error {{argument to '__builtin_ia32_vcvtps2ph256' must be a constant integer}}
2424
}
2525

26-
// SCE_ARCH begin: bug 16381
2726
void check__mm_slli_si128(__m128i a, const int count) {
2827
_mm_slli_si128(a, count); // expected-error {{argument to '__builtin_ia32_pslldqi128_byteshift' must be a constant integer}}
2928
}
3029

3130
void check__mm_srli_si128(__m128i a, const int count) {
3231
_mm_srli_si128(a, count); // expected-error {{argument to '__builtin_ia32_psrldqi128_byteshift' must be a constant integer}}
3332
}
34-
// SCE_ARCH end
3533

3634
void check__mm_shuffle_epi32(__m128i a, const int imm) {
3735
_mm_shuffle_epi32(a, imm); // expected-error {{argument to '__builtin_ia32_pshufd' must be a constant integer}}

0 commit comments

Comments
 (0)