diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-03-20 04:15:29 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-03-20 04:15:29 +0000 |
commit | 5c6846e64b8bbf620636dd688137a27ca8e66aa2 (patch) | |
tree | f83583ccba50c0074445ad54c36c2caf6af75cac /lib/CodeGen/CodeGenFunction.h | |
parent | a369a95f756b6190b5611ff4118b4cabfc704dc0 (diff) |
IRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into sole caller.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99038 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 88d6413300..d9b1457811 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1225,14 +1225,6 @@ public: void EmitCXXGlobalDtorRegistration(llvm::Constant *DtorFn, llvm::Constant *DeclPtr); - /// GenerateCXXGlobalInitFunc - Generates code for initializing global - /// variables. - void GenerateCXXGlobalInitFunc(llvm::Function *Fn, - llvm::Constant **Decls, - unsigned NumDecls); - - void GenerateCXXGlobalVarDeclInitFunc(llvm::Function *Fn, const VarDecl *D); - void EmitCXXConstructExpr(llvm::Value *Dest, const CXXConstructExpr *E); RValue EmitCXXExprWithTemporaries(const CXXExprWithTemporaries *E, |