mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-04 07:32:13 +00:00
Fix Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120166 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
706da9d8ca
commit
326990f1eb
@ -58,7 +58,7 @@ namespace llvm {
|
||||
/// for the LocalLabelVal and adds it to the map if needed.
|
||||
unsigned GetInstance(int64_t LocalLabelVal);
|
||||
|
||||
/// The file name of the log file from the enviromment variable
|
||||
/// The file name of the log file from the environment variable
|
||||
/// AS_SECURE_LOG_FILE. Which must be set before the .secure_log_unique
|
||||
/// directive is used or it is an error.
|
||||
char *SecureLogFile;
|
||||
@ -97,15 +97,15 @@ namespace llvm {
|
||||
|
||||
const MCAsmInfo &getAsmInfo() const { return MAI; }
|
||||
|
||||
/// @name Symbol Managment
|
||||
/// @name Symbol Management
|
||||
/// @{
|
||||
|
||||
/// CreateTempSymbol - Create and return a new assembler temporary symbol
|
||||
/// with a unique but unspecified name.
|
||||
MCSymbol *CreateTempSymbol();
|
||||
|
||||
/// CreateDirectionalLocalSymbol - Create the defintion of a directional
|
||||
/// local symbol for numbered label (used for "1:" defintions).
|
||||
/// CreateDirectionalLocalSymbol - Create the definition of a directional
|
||||
/// local symbol for numbered label (used for "1:" definitions).
|
||||
MCSymbol *CreateDirectionalLocalSymbol(int64_t LocalLabelVal);
|
||||
|
||||
/// GetDirectionalLocalSymbol - Create and return a directional local
|
||||
@ -125,7 +125,7 @@ namespace llvm {
|
||||
|
||||
/// @}
|
||||
|
||||
/// @name Section Managment
|
||||
/// @name Section Management
|
||||
/// @{
|
||||
|
||||
/// getMachOSection - Return the MCSection for the specified mach-o section.
|
||||
@ -162,7 +162,7 @@ namespace llvm {
|
||||
|
||||
/// @}
|
||||
|
||||
/// @name Dwarf Managment
|
||||
/// @name Dwarf Management
|
||||
/// @{
|
||||
|
||||
/// GetDwarfFile - creates an entry in the dwarf file and directory tables.
|
||||
|
Loading…
x
Reference in New Issue
Block a user