diff options
author | Reid Kleckner <reid@kleckner.net> | 2014-08-04 22:35:30 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2014-08-04 22:35:30 +0000 |
commit | fe5b4ed82247eac485b6cc0f03c53204c81bcb35 (patch) | |
tree | bf68e246bda7d4cda0d28e19154164997a3b3669 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | dd44a7fb0fcfc23506c4d7a5feadd43d54d41ae5 (diff) | |
download | llvm-fe5b4ed82247eac485b6cc0f03c53204c81bcb35.zip llvm-fe5b4ed82247eac485b6cc0f03c53204c81bcb35.tar.gz llvm-fe5b4ed82247eac485b6cc0f03c53204c81bcb35.tar.bz2 |
Remove separator parameter from static local naming code
It was always set to ".", which was duplicated in a few places.
llvm-svn: 214792
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index b612415..8496292 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2425,7 +2425,6 @@ public: /// CreateStaticVarDecl - Create a zero-initialized LLVM global for /// a static local variable. llvm::Constant *CreateStaticVarDecl(const VarDecl &D, - const char *Separator, llvm::GlobalValue::LinkageTypes Linkage); /// AddInitializerToStaticVarDecl - Add the initializer for 'D' to the |