diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-01-14 14:52:44 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-01-14 14:52:44 +0000 |
commit | 280d9630d9d39bea029c5111e3074c435c529b4f (patch) | |
tree | eb7b52946bb1d07d854425bdf5ff0b1852a9fe97 /gcc | |
parent | 0fdb0d27c2dbfa8fffddf95a6df3822a771b0ffb (diff) | |
download | gcc-280d9630d9d39bea029c5111e3074c435c529b4f.zip gcc-280d9630d9d39bea029c5111e3074c435c529b4f.tar.gz gcc-280d9630d9d39bea029c5111e3074c435c529b4f.tar.bz2 |
Fix formatting issues
From-SVN: r168786
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fab41be..83e1fbd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -12,15 +12,14 @@ Revert 2011-01-11 Richard Guenther <rguenther@suse.de> - PR tree-optimization/46076 - * tree-ssa.c (useless_type_conversion_p): Conversions from - unprototyped to empty argument list function types are useless. + PR tree-optimization/46076 + * tree-ssa.c (useless_type_conversion_p): Conversions from + unprototyped to empty argument list function types are useless. 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> |