Fix trailing whitespace in debug printing

llvm-svn: 194683
This commit is contained in:
Matt Arsenault 2013-11-14 08:06:35 +00:00
parent bc63770800
commit 269092d747
1 changed files with 1 additions and 1 deletions

View File

@ -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);