diff options
author | Anders Carlsson <andersca@mac.com> | 2010-04-24 21:51:08 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-04-24 21:51:08 +0000 |
commit | a88ad5618fcb07c5374c79d6781a33234984b039 (patch) | |
tree | 2b3ded46a214cd5f1bb507363c4fdafff402b341 /lib/CodeGen/CodeGenFunction.h | |
parent | e04d45e05277ee04997fe59b1d194503f484c846 (diff) |
Rename GetAddressOfBaseClass to OldGetAddressOfBaseClass.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index c0786b8c3e..576486dee9 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -780,13 +780,13 @@ public: bool IsVirtual, const CXXRecordDecl *Derived, const CXXRecordDecl *Base); - + + 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, - const CXXRecordDecl *ClassDecl, - const CXXRecordDecl *BaseClassDecl, - bool NullCheckValue); llvm::Value *GetAddressOfBaseClass(llvm::Value *Value, const CXXRecordDecl *ClassDecl, const CXXBaseSpecifierArray &BasePath, |