c4x.md (in_annul_slot_3): Correctly allow unarycc and binarycc operations in 3rd...
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Wed, 13 Jan 1999 16:52:03 +0000 (16:52 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Wed, 13 Jan 1999 16:52:03 +0000 (16:52 +0000)
* config/c4x/c4x.md (in_annul_slot_3): Correctly allow unarycc
and binarycc operations in 3rd annulled delay slot!

From-SVN: r24657

gcc/ChangeLog
gcc/config/c4x/c4x.md

index b36115dc433f200c6bed6ab1ba50d5ec7e5ec3b8..98b1e03c310cc6201427c19d1efc06b58f53df05 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jan 14 13:52:42 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x.md (in_annul_slot_3): Correctly allow unarycc 
+       and binarycc operations in 3rd annulled delay slot!
+
 1999-01-12  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * m68k/mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
index 1e3d343eba4b33743ba8e8728c06e5d69406e2cb..50c1a32056b3c413ade085ce6ffb8a4c1794ef42 100644 (file)
 
 (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")))