diff options
author | Anders Carlsson <andersca@mac.com> | 2009-05-31 01:40:14 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-05-31 01:40:14 +0000 |
commit | a00703dccbdc6cc4a293db38477dea7db5538c7e (patch) | |
tree | 17dba5bbd187b1b7f5407d0f62e10c5039f18241 /lib/CodeGen/CodeGenFunction.h | |
parent | 543ac0c4d24a81fb2b7b6e83370aa8e4cbc93054 (diff) |
Add a new function for emitting new functions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72656 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 2a2d11ea2e..b7894a4068 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -484,6 +484,8 @@ public: void PushCXXTemporary(const CXXTemporary *Temporary, llvm::Value *Ptr); + llvm::Value *EmitCXXNewExpr(const CXXNewExpr *E); + //===--------------------------------------------------------------------===// // Declaration Emission //===--------------------------------------------------------------------===// |