aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2003-03-09 22:28:31 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2003-03-09 17:28:31 -0500
commitf7b3ab8ae7588e4b502c4dd731ad6c472bb842ce (patch)
tree40240f1d2fcc0c2c9ca3c16162e647694a329cf6
parentcc956ba2cb4d72bf79fd508b96a0e5aefb8b4882 (diff)
downloadgcc-f7b3ab8ae7588e4b502c4dd731ad6c472bb842ce.zip
gcc-f7b3ab8ae7588e4b502c4dd731ad6c472bb842ce.tar.gz
gcc-f7b3ab8ae7588e4b502c4dd731ad6c472bb842ce.tar.bz2
rs6000.md (movsi_update1): Add TARGET_UPDATE final condition.
* config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final condition. From-SVN: r64050
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/rs6000/rs6000.md2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2fb0ef8..2e6a2f5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-09 David Edelsohn <edelsohn@gnu.org>
+ Mostafa Hagog
+
+ * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
+ condition.
+
2003-03-09 Neil Booth <neil@daikokuya.co.uk>
* config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index ece5be1..d734bdb 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -9413,7 +9413,7 @@
(match_operand:SI 2 "reg_or_short_operand" "r,I"))))
(set (match_operand:SI 0 "gpc_reg_operand" "=b,b")
(plus:SI (match_dup 1) (match_dup 2)))]
- ""
+ "TARGET_UPDATE"
"@
{lux|lwzux} %3,%0,%2
{lu|lwzu} %3,%2(%0)"