forked from OSchip/llvm-project
Fix trailing whitespace in debug printing
llvm-svn: 194683
This commit is contained in:
parent
bc63770800
commit
269092d747
|
@ -251,7 +251,7 @@ bool SIFixSGPRCopies::runOnMachineFunction(MachineFunction &MF) {
|
|||
!hasVGPROperands(MI, TRI))
|
||||
continue;
|
||||
|
||||
DEBUG(dbgs() << "Fixing REG_SEQUENCE: \n");
|
||||
DEBUG(dbgs() << "Fixing REG_SEQUENCE:\n");
|
||||
DEBUG(MI.print(dbgs()));
|
||||
|
||||
TII->moveToVALU(MI);
|
||||
|
|
Loading…
Reference in New Issue