mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-10 12:40:14 +08:00
rs6000.md: Disallow CCEQ compare with crnor/crnot for TARGET_SPE.
2002-07-29 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot for TARGET_SPE. From-SVN: r55875
This commit is contained in:
parent
7ff4a7ef70
commit
fe6b547a28
@ -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.
|
||||
|
@ -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")])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user