mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Changed the formatting sequence of a curly brace to
the comment per code review feedback. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159376 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1095b237f
commit
f38ad8efd0
@ -323,8 +323,8 @@ bool MipsAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
|
||||
return true;
|
||||
O << MO.getImm() - 1;
|
||||
return false;
|
||||
case 'z': // $0 if zero, regular printing otherwise
|
||||
{
|
||||
case 'z': {
|
||||
// $0 if zero, regular printing otherwise
|
||||
if (MO.getType() != MachineOperand::MO_Immediate)
|
||||
return true;
|
||||
int64_t Val = MO.getImm();
|
||||
|
Loading…
Reference in New Issue
Block a user