re PR target/6997 (CRIS: compare result incorrect -- sleu pattern in cris.md at fault)
authorHans-Peter Nilsson <hp@axis.com>
Wed, 12 Jun 2002 02:04:52 +0000 (02:04 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 12 Jun 2002 02:04:52 +0000 (02:04 +0000)
PR target/6997
* config/cris/cris.md ("sleu"): Set attribute "cc" to "none".

From-SVN: r54542

gcc/ChangeLog
gcc/config/cris/cris.md

index b3ec121..e777c5f 100644 (file)
@@ -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
index 0a7eb48..1e61134 100644 (file)
        (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")