summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-07-13 03:03:51 +0000
committerJohn McCall <rjmccall@apple.com>2011-07-13 03:03:51 +0000
commitf47c06916215813705550af2b38bf115831fc675 (patch)
tree0c114e8bdbec444157683f957296533049963058 /clang/lib/CodeGen/CodeGenFunction.h
parent98de3d74d2830df5a42665c2679d6b5f778365da (diff)
downloadbcm5719-llvm-f47c06916215813705550af2b38bf115831fc675.tar.gz
bcm5719-llvm-f47c06916215813705550af2b38bf115831fc675.zip
Aggressive dead code elimination.
llvm-svn: 135029
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index d1c6d8bde94..cda1588b1d7 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1702,16 +1702,8 @@ public:
CallExpr::const_arg_iterator ArgEnd,
bool ZeroInitialization = false);
- void EmitCXXAggrDestructorCall(const CXXDestructorDecl *D,
- const ArrayType *Array,
- llvm::Value *This);
-
static Destroyer destroyCXXObject;
- void EmitCXXAggrDestructorCall(const CXXDestructorDecl *D,
- llvm::Value *NumElements,
- llvm::Value *This);
-
void EmitCXXDestructorCall(const CXXDestructorDecl *D, CXXDtorType Type,
bool ForVirtualBase, llvm::Value *This);
OpenPOWER on IntegriCloud