summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-04-24 21:51:08 +0000
committerAnders Carlsson <andersca@mac.com>2010-04-24 21:51:08 +0000
commitbea9e74e82da5777637ef3c1ae4bfcb34e1e01af (patch)
tree855ef947316371988ad629290bd14d34d5e20068 /clang/lib/CodeGen/CodeGenFunction.h
parent795213efde00f099ee0ccade01e09ed791aac199 (diff)
downloadbcm5719-llvm-bea9e74e82da5777637ef3c1ae4bfcb34e1e01af.tar.gz
bcm5719-llvm-bea9e74e82da5777637ef3c1ae4bfcb34e1e01af.zip
Rename GetAddressOfBaseClass to OldGetAddressOfBaseClass.
llvm-svn: 102275
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index c0786b8c3eb..576486dee9b 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/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,
OpenPOWER on IntegriCloud