Fix newlib coldfire build failure.
authorJim Wilson <wilson@cygnus.com>
Wed, 27 Aug 1997 18:54:11 +0000 (18:54 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 27 Aug 1997 18:54:11 +0000 (11:54 -0700)
* m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
last change.

From-SVN: r14969

gcc/ChangeLog
gcc/config/m68k/m68k.md

index 4d422316d20e0c59d5863b9431aaeb55afe75e39..6c84a013448b3d53e3e0d91caa7552def66e9db8 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 27 11:52:58 1997  Jim Wilson  <wilson@cygnus.com>
+
+       * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
+       last change.
+
 Wed Aug 27 01:56:18 1997  Doug Evans  <dje@seba.cygnus.com>
 
        * loop.c (combine_movables): Earlier insns don't match later ones.
index 0d31de26bf70b925052f9ddf0f59f8253a560827..456b2778463e685983d2ac7962eb3ca9ef606e34 100644 (file)
   [(set (match_operand:SI 0 "general_operand" "=m,d")
        (ior:SI (match_operand:SI 1 "general_operand" "%0,0")
                (match_operand:SI 2 "general_operand" "dKs,dmMs")))]
-  ""
+  "! TARGET_5200"
   "*
 {
   return output_iorsi3 (operands);