From 9b4f2bb71477ba233b1a3be9372f849ee4945029 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Wed, 13 Jan 1999 16:52:03 +0000 Subject: [PATCH] c4x.md (in_annul_slot_3): Correctly allow unarycc and binarycc operations in 3rd annulled delay slot! * config/c4x/c4x.md (in_annul_slot_3): Correctly allow unarycc and binarycc operations in 3rd annulled delay slot! From-SVN: r24657 --- gcc/ChangeLog | 5 +++++ gcc/config/c4x/c4x.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b36115dc433..98b1e03c310 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 14 13:52:42 1999 Michael Hayes + + * config/c4x/c4x.md (in_annul_slot_3): Correctly allow unarycc + and binarycc operations in 3rd annulled delay slot! + 1999-01-12 Manfred Hollstein * m68k/mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index 1e3d343eba4..50c1a32056b 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -369,7 +369,7 @@ (define_attr "in_annul_slot_3" "false,true" (if_then_else (and (eq_attr "cpu" "c4x") - (eq_attr "type" "!jump,call,rets,jmpc,unarycc,binarycc,db,dbc,repeat,repeat_top,laj,push,pop,multi")) + (eq_attr "type" "!jump,call,rets,jmpc,db,dbc,repeat,repeat_top,laj,push,pop,multi")) (const_string "true") (const_string "false")))