gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as NULL_RTX.
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 8 Mar 2002 02:57:13 +0000 (02:57 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Fri, 8 Mar 2002 02:57:13 +0000 (02:57 +0000)
commit12f61e776a1305b44ec367dcfb25180e2c269024
treec46be953c6b103efd2f345a73b6bd870fa3efa72
parent4e0020277270d90f7237d372eb86eb7c7b93b4a5
gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as NULL_RTX.

* config/gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as
NULL_RTX.  Set all HFmode operations as NULL_RTX.
* optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is
NULL_RTX, try reversing the comparison and the operands.

From-SVN: r50422
gcc/ChangeLog
gcc/config/gofast.h
gcc/optabs.c