Skip to content

Commit 8a3f5d4

Browse files
author
mattarde
committed
remove linebreak warning
1 parent 32893b7 commit 8a3f5d4

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
@@ -1692,4 +1692,4 @@ let isCodeGenOnly = 1, ForceDisassemble = 1, hasSideEffects = 0 in
16921692
Sched<[WriteVecMoveFromGpr]>;
16931693
def : InstAlias<"vmovw.s\t{$src, $dst|$dst, $src}",
16941694
(VMOVZPWILo2PWIZrr2 VR128X:$dst, VR128X:$src), 0>;
1695-
}
1695+
}

0 commit comments

Comments
 (0)