mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 07:18:52 +08:00
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
This commit is contained in:
parent
5db698f695
commit
9b4f2bb714
@ -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
|
||||
|
@ -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")))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user