From: ebotcazou Date: Fri, 9 Apr 2010 20:13:59 +0000 (+0000) Subject: * loop-invariant.c (replace_uses): New static function. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=0882949243e9d22ddd24480dd4802c337cebbb90;ds=sidebyside * loop-invariant.c (replace_uses): New static function. (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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a489883ef98..dd63a97edd2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,8 +1,14 @@ -2010-04-09 Hariharan Sandanagobalane +2010-04-09 Eric Botcazou + Bernd Schmidt + + * 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 * 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 @@ -62,8 +68,7 @@ 2010-04-09 Richard Guenther - * 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