Skip to content
Snippets Groups Projects
Commit ed290ac4 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Fix comment vs function name mismatch

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210039 91177308-0d34-0410-b5e6-96231b3b80d8
parent e09e4f33
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ public:
VTableAddressPointsMapTy& AddressPoints);
/// GetAddrOfVTable - Get the address of the VTT for the given record decl.
/// GetAddrOfVTT - Get the address of the VTT for the given record decl.
llvm::GlobalVariable *GetAddrOfVTT(const CXXRecordDecl *RD);
/// EmitVTTDefinition - Emit the definition of the given vtable.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment