diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-09-30 21:26:13 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-09-30 21:26:13 +0000 |
commit | 53904987ae94b378ad44e48402dcec3cc8bd851b (patch) | |
tree | c2fff5c42a87bcfb0c780d8f077a5818ea357133 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | |
parent | 699702e0a8f26f3645dc0f0d7a5f1f81b6091eac (diff) | |
download | bcm5719-llvm-53904987ae94b378ad44e48402dcec3cc8bd851b.tar.gz bcm5719-llvm-53904987ae94b378ad44e48402dcec3cc8bd851b.zip |
Fix a comment.
llvm-svn: 83171
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index ff16f22d816..9c6c5b5c071 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp @@ -115,7 +115,7 @@ bool AsmPrinter::doInitialization(Module &M) { if (MAI->hasSingleParameterDotFile()) { /* Very minimal debug info. It is ignored if we emit actual - debug info. If we don't, this at helps the user find where + debug info. If we don't, this at least helps the user find where a function came from. */ O << "\t.file\t\"" << M.getModuleIdentifier() << "\"\n"; } |