Skip to content

Commit 36cc321

Browse files
mattardemahesh-attarde
authored andcommitted
remove linebreak warning
1 parent d83e328 commit 36cc321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/lib/Headers/avx10_2copyintrin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ static __inline__ __m128i __DEFAULT_FN_ATTRS128 _mm_move_epi16(__m128i __A) {
3131

3232
#undef __DEFAULT_FN_ATTRS128
3333

34-
#endif // __AVX10_2COPYINTRIN_H
34+
#endif // __AVX10_2COPYINTRIN_H

llvm/lib/Target/X86/X86InstrAVX10.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,4 +1600,4 @@ let isCodeGenOnly = 1, ForceDisassemble = 1, hasSideEffects = 0 in
16001600
Sched<[WriteVecMoveFromGpr]>;
16011601
def : InstAlias<"vmovw.s\t{$src, $dst|$dst, $src}",
16021602
(VMOVZPWILo2PWIZrr2 VR128X:$dst, VR128X:$src), 0>;
1603-
}
1603+
}

0 commit comments

Comments
 (0)