mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
Fixed indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22270 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -173,9 +173,9 @@ bool X86SharedAsmPrinter::doFinalization(Module &M) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
emitAlignment(Align);
|
emitAlignment(Align);
|
||||||
if (!forCygwin) {
|
if (!forCygwin) {
|
||||||
O << "\t.type " << name << ",@object\n";
|
O << "\t.type " << name << ",@object\n";
|
||||||
O << "\t.size " << name << "," << Size << "\n";
|
O << "\t.size " << name << "," << Size << "\n";
|
||||||
}
|
}
|
||||||
O << name << ":\t\t\t\t# ";
|
O << name << ":\t\t\t\t# ";
|
||||||
WriteAsOperand(O, I, true, true, &M);
|
WriteAsOperand(O, I, true, true, &M);
|
||||||
|
Reference in New Issue
Block a user