summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68k.md
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1997-08-27 18:54:11 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1997-08-27 18:54:11 +0000
commitf0aabb3f9d72ca01574317a64a10cf533b208f90 (patch)
tree3f932c781dfb2d6b61568b165e049b13fbb996c6 /gcc/config/m68k/m68k.md
parent8ea862a9127f57c8b50ce9e489c6a7afaca6598d (diff)
downloadgcc-f0aabb3f9d72ca01574317a64a10cf533b208f90.tar.gz
Fix newlib coldfire build failure.
* m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in last change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14969 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/m68k.md')
-rw-r--r--gcc/config/m68k/m68k.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md
index 0d31de26bf7..456b2778463 100644
--- a/gcc/config/m68k/m68k.md
+++ b/gcc/config/m68k/m68k.md
@@ -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);