diff options
author | Anders Carlsson <andersca@mac.com> | 2010-05-03 00:32:27 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-05-03 00:32:27 +0000 |
commit | 43373963ac204ff491ec8851e706eb7423f951ce (patch) | |
tree | 3d53505fa41b80bf9ac01bcc18779c44127e771a /lib/CodeGen/CodeGenFunction.h | |
parent | 8246cc7f85a9b307900e9c05e7e1bb8a40b2b7a5 (diff) |
Remove OldGetAddressOfBaseClass - bye bye ambiguities.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 77d4a97d0c..90a3ec4a4b 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -786,10 +786,6 @@ public: const CXXRecordDecl *Base, bool BaseIsVirtual); - llvm::Value *OldGetAddressOfBaseClass(llvm::Value *Value, - const CXXRecordDecl *ClassDecl, - const CXXRecordDecl *BaseClassDecl); - /// GetAddressOfBaseClass - This function will add the necessary delta to the /// load of 'this' and returns address of the base class. llvm::Value *GetAddressOfBaseClass(llvm::Value *Value, |