Clean up comment.

llvm-svn: 148982
This commit is contained in:
Eric Christopher 2012-01-25 21:47:09 +00:00
parent 143f2f6e37
commit bfecca3331
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ llvm::DIType CGDebugInfo::getOrCreateVTablePtrType(llvm::DIFile Unit) {
/// getVTableName - Get vtable name for the given Class.
StringRef CGDebugInfo::getVTableName(const CXXRecordDecl *RD) {
// Otherwise construct gdb compatible name name.
// Construct gdb compatible name name.
std::string Name = "_vptr$" + RD->getNameAsString();
// Copy this name on the side and use its reference.