diff options
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, |