OSDN Git Service

PR target/6997
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jun 2002 02:04:52 +0000 (02:04 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jun 2002 02:04:52 +0000 (02:04 +0000)
* config/cris/cris.md ("sleu"): Set attribute "cc" to "none".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54542 138bc75d-0d04-0410-961f-82ee72b054a4

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")