diff --git a/lib/Target/R600/SIShrinkInstructions.cpp b/lib/Target/R600/SIShrinkInstructions.cpp index 821c0543495..5eaf4a54b4b 100644 --- a/lib/Target/R600/SIShrinkInstructions.cpp +++ b/lib/Target/R600/SIShrinkInstructions.cpp @@ -221,10 +221,9 @@ bool SIShrinkInstructions::runOnMachineFunction(MachineFunction &MF) { // vreg1 = VOPC; // S_AND_B64 vreg0, vreg1 // - // So, instead of forcing the instruction to write to VCC, we provide a - // hint to the register allocator to use VCC and then we - // we will run this pass again after RA and shrink it if it outpus to - // VCC. + // So, instead of forcing the instruction to write to VCC, we provide + // a hint to the register allocator to use VCC and then we we will run + // this pass again after RA and shrink it if it outputs to VCC. MRI.setRegAllocationHint(MI.getOperand(0).getReg(), 0, AMDGPU::VCC); continue; }