diff options
-rw-r--r-- | include/llvm/Target/Mangler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/Mangler.h b/include/llvm/Target/Mangler.h index c5ac676..04de4e9 100644 --- a/include/llvm/Target/Mangler.h +++ b/include/llvm/Target/Mangler.h @@ -49,7 +49,7 @@ private: public: // Mangler ctor - if a prefix is specified, it will be prepended onto all // symbols. - Mangler(const MCAsmInfo &mai) : MAI(mai), NextAnonGlobalID(0) {} + Mangler(const MCAsmInfo &mai) : MAI(mai), NextAnonGlobalID(1) {} /// getNameWithPrefix - Fill OutName with the name of the appropriate prefix /// and the specified global variable's name. If the global variable doesn't |