flow.c (delete_noop_moves): Add missing EOL to dump message.
* flow.c (delete_noop_moves): Add missing EOL to dump message. From-SVN: r110207
This commit is contained in:
parent
b9aa59fb63
commit
916b9d4bbc
@ -1,3 +1,7 @@
|
||||
2006-01-25 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* flow.c (delete_noop_moves): Add missing EOL to dump message.
|
||||
|
||||
2006-01-25 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* genattrtab.c (gen_bypass): Allow bypasses to contain whitespace.
|
||||
|
@ -814,8 +814,10 @@ delete_noop_moves (void)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (nnoops && dump_file)
|
||||
fprintf (dump_file, "deleted %i noop moves", nnoops);
|
||||
fprintf (dump_file, "deleted %i noop moves\n", nnoops);
|
||||
|
||||
return nnoops;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user