diff options
author | John McCall <rjmccall@apple.com> | 2011-07-13 03:03:51 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2011-07-13 03:03:51 +0000 |
commit | f47c06916215813705550af2b38bf115831fc675 (patch) | |
tree | 0c114e8bdbec444157683f957296533049963058 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 98de3d74d2830df5a42665c2679d6b5f778365da (diff) | |
download | bcm5719-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.h | 8 |
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); |