mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Indentation fixes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194688 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
54f009f5a4
commit
29a651af8a
@ -183,7 +183,7 @@ void AMDGPUAsmPrinter::EmitProgramInfoSI(MachineFunction &MF) {
|
||||
|
||||
unsigned numOperands = MI.getNumOperands();
|
||||
for (unsigned op_idx = 0; op_idx < numOperands; op_idx++) {
|
||||
MachineOperand & MO = MI.getOperand(op_idx);
|
||||
MachineOperand &MO = MI.getOperand(op_idx);
|
||||
unsigned maxUsed;
|
||||
unsigned width = 0;
|
||||
bool isSGPR = false;
|
||||
|
@ -172,7 +172,6 @@ SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
||||
}
|
||||
|
||||
unsigned SIInstrInfo::commuteOpcode(unsigned Opcode) const {
|
||||
|
||||
int NewOpc;
|
||||
|
||||
// Try to map original to commuted opcode
|
||||
@ -419,7 +418,7 @@ void SIInstrInfo::legalizeOpWithMove(MachineInstr *MI, unsigned OpIdx) const {
|
||||
if (MO.isReg()) {
|
||||
Opcode = AMDGPU::COPY;
|
||||
} else if (RI.isSGPRClass(RC)) {
|
||||
Opcode = AMDGPU::S_MOV_B32;
|
||||
Opcode = AMDGPU::S_MOV_B32;
|
||||
}
|
||||
|
||||
unsigned Reg = MRI.createVirtualRegister(RI.getRegClass(RCID));
|
||||
|
Loading…
x
Reference in New Issue
Block a user