1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Grammar-o.

llvm-svn: 151418
This commit is contained in:
Eric Christopher 2012-02-25 01:02:44 +00:00
parent 6ec3b488f8
commit 3975f7b73a

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;