summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-05-02 23:29:11 +0000
committerAnders Carlsson <andersca@mac.com>2010-05-02 23:29:11 +0000
commitf8a71f08d1b6886aecf97eb811e984c4415e17f9 (patch)
tree96b01ac53fc7587ee87df072581c599d87c4ca94 /clang/lib/CodeGen/CodeGenFunction.h
parente11f9ce9dcc0ecab36bfbd41b0d305fedbf0aa59 (diff)
downloadbcm5719-llvm-f8a71f08d1b6886aecf97eb811e984c4415e17f9.tar.gz
bcm5719-llvm-f8a71f08d1b6886aecf97eb811e984c4415e17f9.zip
Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall.
llvm-svn: 102882
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index b8435d39c4e..7c91c28162c 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -845,7 +845,7 @@ public:
llvm::Value *This);
void EmitCXXDestructorCall(const CXXDestructorDecl *D, CXXDtorType Type,
- llvm::Value *This);
+ bool ForVirtualBase, llvm::Value *This);
void PushCXXTemporary(const CXXTemporary *Temporary, llvm::Value *Ptr);
void PopCXXTemporary();
OpenPOWER on IntegriCloud