mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Fix trailing whitespace in debug printing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194683 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e0375295c5
commit
a837ac357c
@ -251,7 +251,7 @@ bool SIFixSGPRCopies::runOnMachineFunction(MachineFunction &MF) {
|
|||||||
!hasVGPROperands(MI, TRI))
|
!hasVGPROperands(MI, TRI))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
DEBUG(dbgs() << "Fixing REG_SEQUENCE: \n");
|
DEBUG(dbgs() << "Fixing REG_SEQUENCE:\n");
|
||||||
DEBUG(MI.print(dbgs()));
|
DEBUG(MI.print(dbgs()));
|
||||||
|
|
||||||
TII->moveToVALU(MI);
|
TII->moveToVALU(MI);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user