mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 04:45:00 +00:00
Change a .size directive to use a tab instead of a space, for consistency.
llvm-svn: 40672
This commit is contained in:
parent
53bb686577
commit
8e7234519e
@ -180,7 +180,7 @@ bool X86ATTAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
|
||||
}
|
||||
|
||||
if (TAI->hasDotTypeDotSizeDirective())
|
||||
O << "\t.size " << CurrentFnName << ", .-" << CurrentFnName << "\n";
|
||||
O << "\t.size\t" << CurrentFnName << ", .-" << CurrentFnName << "\n";
|
||||
|
||||
if (TAI->doesSupportDebugInformation()) {
|
||||
// Emit post-function debug information.
|
||||
|
Loading…
x
Reference in New Issue
Block a user