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 | f62756f45b5254ba7faa4e5cd848b4ad08c18824 (patch) | |
tree | 40a70844ad4655d258a47a14da5a21c302ffb197 /lib/CodeGen/CodeGenFunction.h | |
parent | 1d1d1185b46173107f5292a16e3a6ca4d60f7486 (diff) |
Clean up EmitClassMemberwiseCopy further.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 0f19c2eae1..b059488d67 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/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); |