diff options
author | Anders Carlsson <andersca@mac.com> | 2010-03-30 03:35:35 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-03-30 03:35:35 +0000 |
commit | a086edc0e6ccb609f4ef136fdb9f4e63945cc5db (patch) | |
tree | de5fdbdd1a27ffb7db1939bb99cd5be9a0668991 /clang/lib/CodeGen/CGVtable.h | |
parent | 9d08fc1cd28098e2d8156e30dd38691dc8d93d04 (diff) | |
download | bcm5719-llvm-a086edc0e6ccb609f4ef136fdb9f4e63945cc5db.tar.gz bcm5719-llvm-a086edc0e6ccb609f4ef136fdb9f4e63945cc5db.zip |
Remove UseNewVTableCode checks.
llvm-svn: 99868
Diffstat (limited to 'clang/lib/CodeGen/CGVtable.h')
-rw-r--r-- | clang/lib/CodeGen/CGVtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGVtable.h b/clang/lib/CodeGen/CGVtable.h index 6a37eb26d13..714b7c88b5d 100644 --- a/clang/lib/CodeGen/CGVtable.h +++ b/clang/lib/CodeGen/CGVtable.h @@ -385,7 +385,7 @@ public: uint64_t getAddressPoint(BaseSubobject Base, const CXXRecordDecl *RD); /// GetAddrOfVTable - Get the address of the vtable for the given record decl. - llvm::Constant *GetAddrOfVTable(const CXXRecordDecl *RD); + llvm::GlobalVariable *GetAddrOfVTable(const CXXRecordDecl *RD); /// EmitVTableDefinition - Emit the definition of the given vtable. void EmitVTableDefinition(llvm::GlobalVariable *VTable, |