[llvm] 75ea6b4 - [M68k][test][NFC] Fix no newline at end of file
Jim Lin via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 5 18:11:33 PST 2022
Author: Jim Lin
Date: 2022-01-06T10:07:35+08:00
New Revision: 75ea6b43197c3ece048c72c3553ce8219de90a2e
URL: https://github.com/llvm/llvm-project/commit/75ea6b43197c3ece048c72c3553ce8219de90a2e
DIFF: https://github.com/llvm/llvm-project/commit/75ea6b43197c3ece048c72c3553ce8219de90a2e.diff
LOG: [M68k][test][NFC] Fix no newline at end of file
Added:
Modified:
llvm/test/MC/M68k/Arith/Classes/MxBiArOp_FMI.s
llvm/test/MC/M68k/Arith/Classes/MxBiArOp_RFRI_xEA.s
llvm/test/MC/M68k/Relocations/data-abs.s
llvm/test/MC/M68k/Relocations/data-gotpcrel.s
llvm/test/MC/M68k/Relocations/data-pc-rel.s
llvm/test/MC/M68k/Relocations/text-plt.s
Removed:
################################################################################
diff --git a/llvm/test/MC/M68k/Arith/Classes/MxBiArOp_FMI.s b/llvm/test/MC/M68k/Arith/Classes/MxBiArOp_FMI.s
index 098b8cda558d2..0e563c05e2ebf 100644
--- a/llvm/test/MC/M68k/Arith/Classes/MxBiArOp_FMI.s
+++ b/llvm/test/MC/M68k/Arith/Classes/MxBiArOp_FMI.s
@@ -28,4 +28,4 @@ add.b #-1, (%a0)
add.b #0, (%a3)
; CHECK: add.l #-1, (%a2)
; CHECK-SAME: encoding: [0x06,0x92,0xff,0xff,0xff,0xff]
-add.l #-1, (%a2)
\ No newline at end of file
+add.l #-1, (%a2)
diff --git a/llvm/test/MC/M68k/Arith/Classes/MxBiArOp_RFRI_xEA.s b/llvm/test/MC/M68k/Arith/Classes/MxBiArOp_RFRI_xEA.s
index 071f37b1eb2a0..aa832cf8a14fa 100644
--- a/llvm/test/MC/M68k/Arith/Classes/MxBiArOp_RFRI_xEA.s
+++ b/llvm/test/MC/M68k/Arith/Classes/MxBiArOp_RFRI_xEA.s
@@ -17,4 +17,4 @@ add.l #131071, %d0
add.l #458752, %d7
; CHECK: adda.l #0, %a0
; CHECK-SAME: encoding: [0xd1,0xfc,0x00,0x00,0x00,0x00]
-adda.l #0, %a0
\ No newline at end of file
+adda.l #0, %a0
diff --git a/llvm/test/MC/M68k/Relocations/data-abs.s b/llvm/test/MC/M68k/Relocations/data-abs.s
index 59e384b1cd575..b8e678404a5fd 100644
--- a/llvm/test/MC/M68k/Relocations/data-abs.s
+++ b/llvm/test/MC/M68k/Relocations/data-abs.s
@@ -6,4 +6,4 @@
; RELOC: R_68K_32 dst 0x0
; INSTR: move.l dst, %d0
; FIXUP: fixup A - offset: 2, value: dst, kind: FK_Data_4
-move.l dst, %d0
\ No newline at end of file
+move.l dst, %d0
diff --git a/llvm/test/MC/M68k/Relocations/data-gotpcrel.s b/llvm/test/MC/M68k/Relocations/data-gotpcrel.s
index e964f0209dfcf..ac3ba96d1f09f 100644
--- a/llvm/test/MC/M68k/Relocations/data-gotpcrel.s
+++ b/llvm/test/MC/M68k/Relocations/data-gotpcrel.s
@@ -11,4 +11,4 @@ move.l (dst1 at GOTPCREL,%pc,%d0), %a0
; RELOC: R_68K_GOTPCREL16 dst2 0x0
; INSTR: move.l (dst2 at GOTPCREL,%pc), %a0
; FIXUP: fixup A - offset: 2, value: dst2 at GOTPCREL, kind: FK_PCRel_2
-move.l (dst2 at GOTPCREL,%pc), %a0
\ No newline at end of file
+move.l (dst2 at GOTPCREL,%pc), %a0
diff --git a/llvm/test/MC/M68k/Relocations/data-pc-rel.s b/llvm/test/MC/M68k/Relocations/data-pc-rel.s
index 1a75c629fddc6..909681da5a950 100644
--- a/llvm/test/MC/M68k/Relocations/data-pc-rel.s
+++ b/llvm/test/MC/M68k/Relocations/data-pc-rel.s
@@ -17,4 +17,4 @@ move.l (dst2,%pc), %a0
; RELOC-NOT: R_68K_PC
; INSTR: move.l (0,%pc), %a0
; FIXUP-NOT: fixup
-move.l (0,%pc), %a0
\ No newline at end of file
+move.l (0,%pc), %a0
diff --git a/llvm/test/MC/M68k/Relocations/text-plt.s b/llvm/test/MC/M68k/Relocations/text-plt.s
index ea746f7d1da59..609908ce7c917 100644
--- a/llvm/test/MC/M68k/Relocations/text-plt.s
+++ b/llvm/test/MC/M68k/Relocations/text-plt.s
@@ -6,4 +6,4 @@
; RELOC: R_68K_PLT16 target 0x0
; INSTR: jsr (target at PLT,%pc)
; FIXUP: fixup A - offset: 2, value: target at PLT, kind: FK_PCRel_2
-jsr (target at PLT,%pc)
\ No newline at end of file
+jsr (target at PLT,%pc)
More information about the llvm-commits
mailing list