pa.c: Include expr.h before c-tree.h.
authorJ. David Anglin <dave@hiauly1.hia.nrc.ca>
Thu, 7 Dec 2000 01:06:47 +0000 (01:06 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 7 Dec 2000 01:06:47 +0000 (18:06 -0700)
commitbecf16479872926f68706d28a3bd1de74083e530
treef02f445316610f6635bf8e69134d1ba9b864edf9
parentb2d98afe06d7d658404dc3b68a2645dd423d5b06
pa.c: Include expr.h before c-tree.h.

        * pa.c: Include expr.h before c-tree.h.
        (remove_useless_addtr_insns): Use reverse_condition_maybe_unordered
        instead of reverse_condition.
        (print_operand): Correct predicates for GT, GE, LT and LE.  Add
        predicates for LTGT, UNLE, UNLT, UNGE, UNGT, UNEQ, UNORDERED and
        ORDERED.
        (cmpib_comparison_operator): Add GEU and LTU codes.
        * pa.h (PREDICATE_CODES): Add codes for cmpib_comparison_operator.
        * pa.md (bltgt, bunle, bunlt, bunge, bungt, buneq, bunordered,
        bordered): New float conditional branch patterns.

From-SVN: r38082
gcc/ChangeLog
gcc/config/pa/pa.c
gcc/config/pa/pa.h
gcc/config/pa/pa.md