diff options
author | Anders Carlsson <andersca@mac.com> | 2009-10-03 14:56:57 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-10-03 14:56:57 +0000 |
commit | 2b3583573ba6b26b605aacaad9a50492fb3d6fe6 (patch) | |
tree | 3c646b8e2903a50ce22032e9b5e76171056b8928 /lib/CodeGen/CodeGenFunction.h | |
parent | ee383163a656a7e8d99efa4e5ee98c705c7fdf89 (diff) |
Move some functions from CodeGenFunctions to CodeGenModule so they can be used by CGExprConstant.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index faad45ad96..09a20e2227 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -588,11 +588,6 @@ public: const CXXRecordDecl *ClassDecl, const CXXRecordDecl *BaseClassDecl, bool NullCheckValue); - - /// GetCXXBaseClassOffset - Returns the offset from a derived class to its - /// base class. Returns null if the offset is 0. - llvm::Constant *GetCXXBaseClassOffset(const CXXRecordDecl *ClassDecl, - const CXXRecordDecl *BaseClassDecl); void EmitClassAggrMemberwiseCopy(llvm::Value *DestValue, llvm::Value *SrcValue, |