mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
R600/SI: Only use one DEBUG()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222789 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
823f3d2e34
commit
c9d99b504d
@ -217,8 +217,7 @@ bool SIFixSGPRCopies::runOnMachineFunction(MachineFunction &MF) {
|
||||
switch (MI.getOpcode()) {
|
||||
default: continue;
|
||||
case AMDGPU::PHI: {
|
||||
DEBUG(dbgs() << " Fixing PHI:\n");
|
||||
DEBUG(MI.print(dbgs()));
|
||||
DEBUG(dbgs() << "Fixing PHI: " << MI);
|
||||
|
||||
for (unsigned i = 1; i < MI.getNumOperands(); i+=2) {
|
||||
unsigned Reg = MI.getOperand(i).getReg();
|
||||
|
Loading…
x
Reference in New Issue
Block a user