OSDN Git Service

* config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Mar 2003 22:28:31 +0000 (22:28 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Mar 2003 22:28:31 +0000 (22:28 +0000)
        condition.

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

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index 2fb0ef8..2e6a2f5 100644 (file)
@@ -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.
index ece5be1..d734bdb 100644 (file)
                         (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)"