mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 00:24:00 +00:00
Fix a comment.
llvm-svn: 83171
This commit is contained in:
parent
233aa46c87
commit
44b5a5a58c
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user