summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-05-01 16:54:05 +0000
committerAnders Carlsson <andersca@mac.com>2010-05-01 16:54:05 +0000
commitab826ad1691bea7744b6790edcbb7901f0218f74 (patch)
treeb2503e7bcf5eec2719edf6f7d4d455c0752fe85e /clang/lib/CodeGen/CodeGenFunction.h
parent820022c55cc6943c538e4afc045dffc187114e61 (diff)
downloadbcm5719-llvm-ab826ad1691bea7744b6790edcbb7901f0218f74.tar.gz
bcm5719-llvm-ab826ad1691bea7744b6790edcbb7901f0218f74.zip
Clean up EmitClassMemberwiseCopy further.
llvm-svn: 102846
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 0f19c2eae1f..b059488d679 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -818,8 +818,7 @@ public:
QualType Ty);
void EmitClassMemberwiseCopy(llvm::Value *DestValue, llvm::Value *SrcValue,
- const CXXRecordDecl *ClassDecl,
- const CXXRecordDecl *BaseClassDecl);
+ const CXXRecordDecl *ClassDecl);
void EmitClassCopyAssignment(llvm::Value *DestValue, llvm::Value *SrcValue,
const CXXRecordDecl *ClassDecl);
OpenPOWER on IntegriCloud