From 7572284f4f1be2982f5d0c0e5112eddd7798d2e2 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 20 Mar 2010 04:15:29 +0000 Subject: IRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into sole caller. llvm-svn: 99038 --- clang/lib/CodeGen/CodeGenFunction.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 88d64133000..d9b14578114 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/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, -- cgit v1.2.3