Commit 0cec6af1 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

re PR target/6997 (CRIS: compare result incorrect -- sleu pattern in cris.md at fault)

	PR target/6997
	* config/cris/cris.md ("sleu"): Set attribute "cc" to "none".

From-SVN: r54542
parent 6debb006
2002-06-11 Hans-Peter Nilsson <hp@axis.com>
PR target/6997
* config/cris/cris.md ("sleu"): Set attribute "cc" to "none".
2002-06-11 Zack Weinberg <zack@codesourcery.com>
* config.gcc: Make the name of the extra-modes file adjustable
......
......@@ -3768,7 +3768,8 @@
(leu:SI (cc0) (const_int 0)))]
""
"sls %0"
[(set_attr "slottable" "yes")])
[(set_attr "slottable" "yes")
(set_attr "cc" "none")])
(define_insn "slt"
[(set (match_operand:SI 0 "register_operand" "=r")
......
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