diff options
| author | Eric Christopher <echristo@apple.com> | 2012-01-25 21:47:09 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2012-01-25 21:47:09 +0000 |
| commit | bfecca33315f52d61616e0382e83afe8232c555d (patch) | |
| tree | 707fb4a74847c08dbd59d3f7065cf1119ebec389 /clang/lib/CodeGen | |
| parent | 143f2f6e377c28434f310494f3c24879b31adc26 (diff) | |
| download | bcm5719-llvm-bfecca33315f52d61616e0382e83afe8232c555d.tar.gz bcm5719-llvm-bfecca33315f52d61616e0382e83afe8232c555d.zip | |
Clean up comment.
llvm-svn: 148982
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 65b88f5e5b0..5071e835930 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -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. |

