mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
initialize SymbolsCanStartWithDigit to false by default
llvm-svn: 82454
This commit is contained in:
parent
7d02d9ebba
commit
cdb4b7116b
@ -208,7 +208,7 @@ Mangler::Mangler(Module &M, const char *prefix, const char *privatePrefix,
|
|||||||
const char *linkerPrivatePrefix)
|
const char *linkerPrivatePrefix)
|
||||||
: Prefix(prefix), PrivatePrefix(privatePrefix),
|
: Prefix(prefix), PrivatePrefix(privatePrefix),
|
||||||
LinkerPrivatePrefix(linkerPrivatePrefix), UseQuotes(false),
|
LinkerPrivatePrefix(linkerPrivatePrefix), UseQuotes(false),
|
||||||
NextAnonGlobalID(1) {
|
SymbolsCanStartWithDigit(false), NextAnonGlobalID(1) {
|
||||||
std::fill(AcceptableChars, array_endof(AcceptableChars), 0);
|
std::fill(AcceptableChars, array_endof(AcceptableChars), 0);
|
||||||
|
|
||||||
// Letters and numbers are acceptable.
|
// Letters and numbers are acceptable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user