From: Ben Elliston Date: Sat, 28 Mar 2009 23:27:14 +0000 (+0000) Subject: re PR target/30451 (incorrect attributes in *movti_ppc64 of rs6000.md) X-Git-Tag: releases/gcc-4.5.0~7071 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0be77bf2469a8d0a2130d3b668a297aa2c0fa21e;p=thirdparty%2Fgcc.git re PR target/30451 (incorrect attributes in *movti_ppc64 of rs6000.md) PR target/30451 * config/rs6000/rs6000.md (*movti_ppc64): Correct the order of load and store attributes. From-SVN: r145213 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca76ef6025a8..955b7e8bdea9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-03-29 Ben Elliston + + PR target/30451 + * config/rs6000/rs6000.md (*movti_ppc64): Correct the order of + load and store attributes. + 2009-03-29 Ben Elliston * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_HUGE_VALQ. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 5290e2b68c1e..e7daff15bab6 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -9278,7 +9278,7 @@ "TARGET_POWERPC64 && (gpc_reg_operand (operands[0], TImode) || gpc_reg_operand (operands[1], TImode))" "#" - [(set_attr "type" "*,load,store")]) + [(set_attr "type" "*,store,load")]) (define_split [(set (match_operand:TI 0 "gpc_reg_operand" "")