mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-18 18:32:32 +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))
|
||||
continue;
|
||||
|
||||
DEBUG(dbgs() << "Fixing REG_SEQUENCE: \n");
|
||||
DEBUG(dbgs() << "Fixing REG_SEQUENCE:\n");
|
||||
DEBUG(MI.print(dbgs()));
|
||||
|
||||
TII->moveToVALU(MI);
|
||||
|
Loading…
x
Reference in New Issue
Block a user