OSDN Git Service

* loop-invariant.c (replace_uses): New static function.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Apr 2010 20:13:59 +0000 (20:13 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 00:55:12 +0000 (09:55 +0900)
(move_invariant_reg): Use it to ensure we can replace the uses.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158175 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index a489883..dd63a97 100644 (file)
@@ -1,8 +1,14 @@
-2010-04-09  Hariharan Sandanagobalane <hariharan@picochip.com>
+2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
+            Bernd Schmidt  <bernd.schmidt@codesourcery.com>
+
+       * loop-invariant.c (replace_uses): New static function.
+       (move_invariant_reg): Use it to ensure we can replace the uses.
+
+2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
 
        * config/picochip/picochip.c (picochip_rtx_costs): Use correct function
        template.
-       (picochip_override_options): Enable section anchors only above O1.
+       (picochip_override_options): Enable section anchors only above -O1.
        (picochip_reorg): Fixed a couple of build warnings.
 
 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
@@ -62,8 +68,7 @@
 
 2010-04-09  Richard Guenther  <rguenther@suse.de>
 
-       * tree-pretty-print.c (dump_generic_node): Dump
-       TYPE_VECTOR_SUBPARTS.
+       * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
 
 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>