aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-08-16 21:13:42 +0000
committerAnders Carlsson <andersca@mac.com>2009-08-16 21:13:42 +0000
commit60e282cc1e508be327b0481cecedc206873cb86a (patch)
treefcb1c0b02abf18159dfdcecca6977bf2bb0c7b1c /lib/CodeGen/CodeGenFunction.h
parent1352590383c6cf677a3531043a6a41a565ca6e99 (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.h1
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