aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2009-10-23 05:48:23 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-10-23 05:48:23 +0000
commit7da774079b710297d3d630546e8b710bee3f2384 (patch)
tree211818d27d5af8a767aa17807fd92daf2e0e5827 /gcc
parent376da68ead38d584131fcba1cd33cea896a6136e (diff)
downloadgcc-7da774079b710297d3d630546e8b710bee3f2384.zip
gcc-7da774079b710297d3d630546e8b710bee3f2384.tar.gz
gcc-7da774079b710297d3d630546e8b710bee3f2384.tar.bz2
Fix long line
From-SVN: r153489
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0b4b8ee..e03bd07 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -6,7 +6,7 @@
2009-10-22 Jeff Law <law@redhat.com>
- * ira-lives.c (process_single_reg_class_operands): Update the
+ * ira-lives.c (process_single_reg_class_operands): Update the
hard reg costs for all the hard registers desired by the
single reg class operand.
@@ -35,15 +35,15 @@
2009-10-22 Diego Novillo <dnovillo@google.com>
- * Makefile.in (PLUGIN_HEADERS): Add output.h and
- IPA_UTILS_H.
+ * Makefile.in (PLUGIN_HEADERS): Add output.h and IPA_UTILS_H.
2009-10-22 Razya Ladelsky <razya@il.ibm.com>
* testsuite/gcc.dg/autopar/outer-4.c: Adjust scan.
* testsuite/gcc.dg/autopar/outer-5.c: Adjust scan.
* testsuite/gcc.dg/autopar/outer-5.c: Add scan optimized.
- * tree-cfg.c(gimple_duplicate_sese_tail): Fix typos/indentation/white space.
+ * tree-cfg.c (gimple_duplicate_sese_tail): Fix typos/indentation/white
+ space.
2009-10-22 Richard Guenther <rguenther@suse.de>