diff options
author | Anders Carlsson <andersca@mac.com> | 2010-01-02 18:02:32 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-01-02 18:02:32 +0000 |
commit | 93a1884fdef9b6646edafeaa3518548af12c2f46 (patch) | |
tree | 5ca9328abc0d019d2acd51d836f855a8c67dc2fc /clang/lib/CodeGen/CodeGenFunction.h | |
parent | a67519be12f4df4a0c67e4e39e24da0daac1a03d (diff) | |
download | bcm5719-llvm-93a1884fdef9b6646edafeaa3518548af12c2f46.tar.gz bcm5719-llvm-93a1884fdef9b6646edafeaa3518548af12c2f46.zip |
Move address points to CGVtableInfo, no functionality change.
llvm-svn: 92420
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index fadb38fcb95..2879d69f891 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -517,7 +517,7 @@ public: void InitializeVtablePtrsRecursive(const CXXRecordDecl *ClassDecl, llvm::Constant *Vtable, - CodeGenModule::AddrSubMap_t& AddressPoints, + CGVtableInfo::AddrSubMap_t& AddressPoints, llvm::Value *ThisPtr, uint64_t Offset); |