Fix formatting issues

From-SVN: r168786
This commit is contained in:
Eric Botcazou 2011-01-14 14:52:44 +00:00
parent 0fdb0d27c2
commit 280d9630d9
1 changed files with 7 additions and 8 deletions

View File

@ -19,8 +19,7 @@
2011-01-14 Richard Guenther <rguenther@suse.de>
PR tree-optimization/47286
* tree-ssa-structalias.c (new_var_info): Register variables
are global.
* tree-ssa-structalias.c (new_var_info): Register variables are global.
2011-01-14 Martin Jambor <mjambor@suse.cz>
@ -60,7 +59,7 @@
2011-01-13 Jeff Law <law@redhat.com>
* PR rtl-optimization/39077
PR rtl-optimization/39077
* doc/invoke.texi (max-gcse-insertion-ratio): Document.
* params.h (MAX_GCSE_INSERTION_RATIO): Define.
* params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
@ -497,8 +496,8 @@
2011-01-06 Eric Botcazou <ebotcazou@adacore.com>
PR debug/46704
* dwarf2out.c (dwarf2out_finish): Output the debug_aranges section
only when it is not empty.
* dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
when it is not empty.
2011-01-06 Changpeng Fang <changpeng.fang@amd.com>