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@GOTPCREL,%pc,%d0), %a0 ; RELOC: R_68K_GOTPCREL16 dst2 0x0 ; INSTR: move.l (dst2@GOTPCREL,%pc), %a0 ; FIXUP: fixup A - offset: 2, value: dst2@GOTPCREL, kind: FK_PCRel_2 -move.l (dst2@GOTPCREL,%pc), %a0 \ No newline at end of file +move.l (dst2@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@PLT,%pc) ; FIXUP: fixup A - offset: 2, value: target@PLT, kind: FK_PCRel_2 -jsr (target@PLT,%pc) \ No newline at end of file +jsr (target@PLT,%pc)