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
This commit is contained in:
parent
6debb0064e
commit
0cec6af13c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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")
|
||||
|
|
Loading…
Add table
Reference in a new issue