aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-02-25 19:45:19 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-02-25 19:45:19 +0000
commita985b31fc36aa22859983b4a5e7385796c627bdc (patch)
tree6748ed730d9d221ef63a749ee5a51db1e35e7b6e /lib/CodeGen/CodeGenFunction.h
parent39a8de10c18365bde7062d8959b7ed525449c561 (diff)
Fold GeneraticStaticBlockVarDecl into callers.
- No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65470 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 02276b98b0..6ee22bba00 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -753,14 +753,6 @@ public:
llvm::GlobalValue::LinkageTypes
Linkage);
- /// GenerateStaticBlockVarDecl - Return the the static declaration of local
- /// variable.
- llvm::GlobalVariable * GenerateStaticBlockVarDecl(const VarDecl &D,
- bool NoInit,
- const char *Separator,
- llvm::GlobalValue
- ::LinkageTypes Linkage);
-
/// GenerateStaticCXXBlockVarDecl - Create the initializer for a C++
/// runtime initialized static block var decl.
void GenerateStaticCXXBlockVarDeclInit(const VarDecl &D,