diff options
Diffstat (limited to 'clang/lib/CodeGen/CGVtable.h')
-rw-r--r-- | clang/lib/CodeGen/CGVtable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGVtable.h b/clang/lib/CodeGen/CGVtable.h index a38153bc4b8..4a924431af7 100644 --- a/clang/lib/CodeGen/CGVtable.h +++ b/clang/lib/CodeGen/CGVtable.h @@ -316,8 +316,8 @@ public: int64_t getVirtualBaseOffsetOffset(const CXXRecordDecl *RD, const CXXRecordDecl *VBase); - /// getAddrOfVTable - Get the address of the vtable for the given record decl. - llvm::Constant *getAddrOfVTable(const CXXRecordDecl *RD); + /// GetAddrOfVTable - Get the address of the vtable for the given record decl. + llvm::Constant *GetAddrOfVTable(const CXXRecordDecl *RD); /// CtorVtableInfo - Information about a constructor vtable. struct CtorVtableInfo { |