rs6000.md: Disallow CCEQ compare with crnor/crnot for TARGET_SPE.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 30 Jul 2002 16:36:02 +0000 (16:36 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Tue, 30 Jul 2002 16:36:02 +0000 (16:36 +0000)
2002-07-29  Aldy Hernandez  <aldyh@redhat.com>

* config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot
for TARGET_SPE.

From-SVN: r55875

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index f039b24e44712e26cf101c59c165eb06dd54df9d..1e75f1e29717034aba91490e23c3be58ad5e6bf9 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot
+       for TARGET_SPE.
+
 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
 
        * c-pretty-print.h (pp_c_statement): Declare.
index bc57d052406e8b1d0262a0aa3f98a279d319a22a..5aeb34f65e12306a4cba65260639208ef4a40921 100644 (file)
                                                      "cc_reg_operand" "y")
                                       (const_int 0)])
                      (const_int 0)))]
-  ""
+  "!TARGET_SPE"
   "{crnor %E0,%j1,%j1|crnot %E0,%j1}"
   [(set_attr "type" "cr_logical")])