summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-12-02 23:39:26 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-12-02 23:39:26 +0000
commit9472fd74030cd8091a100ab54373922de085c14a (patch)
treed2a83aae3b66aadaa44873339cd69eb541d35215 /include
parent485da3ca84b695a8b1ea57bb97b6a8f321182e95 (diff)
downloadllvm-9472fd74030cd8091a100ab54373922de085c14a.tar.gz
llvm-9472fd74030cd8091a100ab54373922de085c14a.tar.bz2
llvm-9472fd74030cd8091a100ab54373922de085c14a.tar.xz
Refactor the setting of PrivateGlobalPrefix.
No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196170 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCAsmInfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/MC/MCAsmInfo.h b/include/llvm/MC/MCAsmInfo.h
index c3316ce397..8672b8dacf 100644
--- a/include/llvm/MC/MCAsmInfo.h
+++ b/include/llvm/MC/MCAsmInfo.h
@@ -119,10 +119,10 @@ namespace llvm {
/// onto all global symbols. This is often used for '_'.
char GlobalPrefix; // Defaults to '\0'
- /// PrivateGlobalPrefix - This prefix is used for globals like constant
- /// pool entries that are completely private to the .s file and should not
- /// have names in the .o file. This is often "." or "L".
- const char *PrivateGlobalPrefix; // Defaults to "."
+ /// This prefix is used for globals like constant pool entries that are
+ /// completely private to the .s file and should not have names in the .o
+ /// file.
+ const char *PrivateGlobalPrefix; // Defaults to "L"
/// LinkerPrivateGlobalPrefix - This prefix is used for symbols that should
/// be passed through the assembler but be removed by the linker. This