diff options
author | Eric Christopher <echristo@gmail.com> | 2013-11-19 09:11:26 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-11-19 09:11:26 +0000 |
commit | 65132a8c2c027faefb5b9900174fc0315d9ff985 (patch) | |
tree | 3e53fbe6f049961b0b3998b0edbad6bd06a41a4b /llvm/lib/CodeGen | |
parent | 9a8f5eddad6b2fb23a17c61d16b831f568769658 (diff) | |
download | bcm5719-llvm-65132a8c2c027faefb5b9900174fc0315d9ff985.tar.gz bcm5719-llvm-65132a8c2c027faefb5b9900174fc0315d9ff985.zip |
Fix comment.
llvm-svn: 195121
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 9c75373765a..30fc94838cf 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -2622,7 +2622,8 @@ void DwarfUnits::emitStrings(const MCSection *StrSection, } } -// Emit strings into a string section. + +// Emit addresses into the section given. void DwarfUnits::emitAddresses(const MCSection *AddrSection) { if (AddressPool.empty()) |