Commit f7b3ab8a by David Edelsohn Committed by David Edelsohn

rs6000.md (movsi_update1): Add TARGET_UPDATE final condition.

        * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
        condition.

From-SVN: r64050
parent cc956ba2
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.
......
......@@ -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)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment