Fix newlib coldfire build failure.

* m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
	last change.

From-SVN: r14969
This commit is contained in:
Jim Wilson 1997-08-27 18:54:11 +00:00 committed by Jim Wilson
parent 3dedc65a1f
commit 67f68fd265
2 changed files with 6 additions and 1 deletions

View 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.

View File

@ -3675,7 +3675,7 @@
[(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);