From: Aldy Hernandez Date: Tue, 30 Jul 2002 16:36:02 +0000 (+0000) Subject: rs6000.md: Disallow CCEQ compare with crnor/crnot for TARGET_SPE. X-Git-Tag: releases/gcc-3.3.0~3555 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe6b547a28692c1cbc81bc64aa3ed4f32a2083b8;p=thirdparty%2Fgcc.git rs6000.md: Disallow CCEQ compare with crnor/crnot for TARGET_SPE. 2002-07-29 Aldy Hernandez * config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot for TARGET_SPE. From-SVN: r55875 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f039b24e4471..1e75f1e29717 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-07-29 Aldy Hernandez + + * config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot + for TARGET_SPE. + 2002-07-30 Gabriel Dos Reis * c-pretty-print.h (pp_c_statement): Declare. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index bc57d052406e..5aeb34f65e12 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -13518,7 +13518,7 @@ "cc_reg_operand" "y") (const_int 0)]) (const_int 0)))] - "" + "!TARGET_SPE" "{crnor %E0,%j1,%j1|crnot %E0,%j1}" [(set_attr "type" "cr_logical")])