From: hariharans Date: Wed, 26 May 2010 12:20:31 +0000 (+0000) Subject: * config/picochip/picochip.md (movsi): Split a movsi from a X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abdd77b808b58f43030d78aa8ce6ef62d4b8bbbd;p=thirdparty%2Fgcc.git * config/picochip/picochip.md (movsi): Split a movsi from a const after reload. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159867 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4e022304ebd0..f0c6e852524f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-04-30 Hariharan Sandanagobalane + + * config/picochip/picochip.md (movsi): Split a movsi from a + const after reload. + 2010-05-26 Laurynas Biveinis * ggc-zone.c: Update copyright year. diff --git a/gcc/config/picochip/picochip.md b/gcc/config/picochip/picochip.md index 62103506123c..66323dda0c7c 100644 --- a/gcc/config/picochip/picochip.md +++ b/gcc/config/picochip/picochip.md @@ -893,7 +893,7 @@ (define_split [(set (match_operand:SI 0 "register_operand" "") (match_operand:SI 1 "const_int_operand" ""))] - "" + "reload_completed" [(set (match_dup 2) (match_dup 3)) (set (match_dup 4) (match_dup 5))] "{