Commit 9b4f2bb7 by Michael Hayes Committed by Michael Hayes

c4x.md (in_annul_slot_3): Correctly allow unarycc and binarycc operations in 3rd…

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
parent 5db698f6
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> 1999-01-12 Manfred Hollstein <manfred@s-direktnet.de>
* m68k/mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to * m68k/mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
......
...@@ -369,7 +369,7 @@ ...@@ -369,7 +369,7 @@
(define_attr "in_annul_slot_3" "false,true" (define_attr "in_annul_slot_3" "false,true"
(if_then_else (and (eq_attr "cpu" "c4x") (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 "true")
(const_string "false"))) (const_string "false")))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment