mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
trivial formatting improvement: don't insert extra blank lines between .comm
vars. llvm-svn: 25492
This commit is contained in:
parent
75adb3d269
commit
1ecabc5a6f
@ -517,7 +517,6 @@ bool DarwinAsmPrinter::doFinalization(Module &M) {
|
||||
if (I->hasAppendingLinkage() && EmitSpecialLLVMGlobal(I))
|
||||
continue;
|
||||
|
||||
O << '\n';
|
||||
std::string name = Mang->getValueName(I);
|
||||
Constant *C = I->getInitializer();
|
||||
unsigned Size = TD.getTypeSize(C->getType());
|
||||
@ -559,6 +558,7 @@ bool DarwinAsmPrinter::doFinalization(Module &M) {
|
||||
EmitAlignment(Align, I);
|
||||
O << name << ":\t\t\t\t; '" << I->getName() << "'\n";
|
||||
EmitGlobalConstant(C);
|
||||
O << '\n';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user