mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
Fix comment and whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104392 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
299f424f44
commit
0df4a80e20
@ -178,7 +178,7 @@ namespace llvm {
|
|||||||
/// @param Size - The size of the common symbol.
|
/// @param Size - The size of the common symbol.
|
||||||
virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size) = 0;
|
virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size) = 0;
|
||||||
|
|
||||||
/// EmitZerofill - Emit a the zerofill section and an option symbol.
|
/// EmitZerofill - Emit the zerofill section and an optional symbol.
|
||||||
///
|
///
|
||||||
/// @param Section - The zerofill section to create and or to put the symbol
|
/// @param Section - The zerofill section to create and or to put the symbol
|
||||||
/// @param Symbol - The zerofill symbol to emit, if non-NULL.
|
/// @param Symbol - The zerofill symbol to emit, if non-NULL.
|
||||||
|
Loading…
Reference in New Issue
Block a user