diff options
author | Anders Carlsson <andersca@mac.com> | 2009-08-16 21:13:42 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-08-16 21:13:42 +0000 |
commit | 60e282cc1e508be327b0481cecedc206873cb86a (patch) | |
tree | fcb1c0b02abf18159dfdcecca6977bf2bb0c7b1c /lib/CodeGen/CodeGenFunction.h | |
parent | 1352590383c6cf677a3531043a6a41a565ca6e99 (diff) |
Improve handling of delete expressions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79205 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 3bf17b32b3..c41af94e20 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -607,6 +607,7 @@ public: void PopCXXTemporary(); llvm::Value *EmitCXXNewExpr(const CXXNewExpr *E); + void EmitCXXDeleteExpr(const CXXDeleteExpr *E); //===--------------------------------------------------------------------===// // Declaration Emission |