mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
Don't print constant initializers, they may span lines now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26403 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd76184e67
commit
a34544d96c
@ -293,8 +293,6 @@ bool SparcAsmPrinter::doFinalization(Module &M) {
|
||||
O << "\t.size " << name << "," << Size << "\n";
|
||||
O << name << ":\t\t\t\t! ";
|
||||
WriteAsOperand(O, I, true, true, &M);
|
||||
O << " = ";
|
||||
WriteAsOperand(O, C, false, false, &M);
|
||||
O << "\n";
|
||||
EmitGlobalConstant(C);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user