Grammar-o.

llvm-svn: 151418
This commit is contained in:
Eric Christopher 2012-02-25 01:02:44 +00:00
parent 31bb57bc55
commit 73dc95c5cd
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ void MCGenDwarfInfo::Emit(MCStreamer *MCOS) {
//
void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS,
SourceMgr &SrcMgr, SMLoc &Loc) {
// We won't create dwarf label's for temporary symbols or symbols not in
// We won't create dwarf labels for temporary symbols or symbols not in
// the default text.
if (Symbol->isTemporary())
return;