1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix misleading indentation

llvm-svn: 4730
This commit is contained in:
Chris Lattner 2002-11-17 22:57:23 +00:00
parent 9971426ca0
commit 0bf125c617

View File

@ -457,9 +457,8 @@ SparcFunctionAsmPrinter::emitMachineInst(const MachineInstr *MI)
if (NeedComma) toAsm << ", "; // Handle comma outputing
NeedComma = true;
N = printOperands(MI, OpNum);
}
else
N = 1;
} else
N = 1;
toAsm << "\n";
}