diff options
author | Anders Carlsson <andersca@mac.com> | 2010-05-01 16:54:05 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-05-01 16:54:05 +0000 |
commit | ab826ad1691bea7744b6790edcbb7901f0218f74 (patch) | |
tree | b2503e7bcf5eec2719edf6f7d4d455c0752fe85e /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 820022c55cc6943c538e4afc045dffc187114e61 (diff) | |
download | bcm5719-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.h | 3 |
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); |