diff options
author | Anders Carlsson <andersca@mac.com> | 2010-04-29 23:51:42 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-04-29 23:51:42 +0000 |
commit | 9ffdd45c56e2f143016f6c78fe2d7ca652c1b57a (patch) | |
tree | abbca845845c4680731e85e8807d68c664035589 /lib/CodeGen/CodeGenFunction.h | |
parent | 63b4385822857374d035128dff3feac131465496 (diff) |
Remove an unnecessary argument to EmitClassCopyAssignment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102674 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 0cd0bd9fe3..3a8f60c4bd 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -823,8 +823,7 @@ public: void EmitClassCopyAssignment(llvm::Value *DestValue, llvm::Value *SrcValue, const CXXRecordDecl *ClassDecl, - const CXXRecordDecl *BaseClassDecl, - QualType Ty); + const CXXRecordDecl *BaseClassDecl); void EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, CXXCtorType CtorType, |