Make codegen for constructors work again.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70785 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 3db7a2e..04c0026 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -643,7 +643,6 @@
LValue EmitBlockDeclRefLValue(const BlockDeclRefExpr *E);
LValue EmitCXXConditionDeclLValue(const CXXConditionDeclExpr *E);
- LValue EmitCXXTemporaryObjectExprLValue(const CXXTemporaryObjectExpr *E);
LValue EmitObjCMessageExprLValue(const ObjCMessageExpr *E);
LValue EmitObjCIvarRefLValue(const ObjCIvarRefExpr *E);
@@ -756,8 +755,7 @@
void GenerateStaticCXXBlockVarDeclInit(const VarDecl &D,
llvm::GlobalVariable *GV);
- void EmitCXXTemporaryObjectExpr(llvm::Value *Dest,
- const CXXTemporaryObjectExpr *E);
+ void EmitCXXConstructExpr(llvm::Value *Dest, const CXXConstructExpr *E);
//===--------------------------------------------------------------------===//
// Internal Helpers