Commit fce91820 by Geoff Keating Committed by Geoffrey Keating

rs6000.h (PREDICATE_CODES): Add floating-point comparison codes to branch_comparison_operator.

* config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
comparison codes to branch_comparison_operator.

From-SVN: r33692
parent f63c134b
2000-05-04 Geoff Keating <geoffk@cygnus.com>
* config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
comparison codes to branch_comparison_operator.
2000-05-04 Richard Henderson <rth@cygnus.com>
* ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
......
......@@ -2741,7 +2741,10 @@ do { \
{"load_multiple_operation", {PARALLEL}}, \
{"store_multiple_operation", {PARALLEL}}, \
{"branch_comparison_operator", {EQ, NE, LE, LT, GE, \
GT, LEU, LTU, GEU, GTU}}, \
GT, LEU, LTU, GEU, GTU, \
UNORDERED, ORDERED, \
UNEQ, LTGT, \
UNGE, UNGT, UNLE, UNLT}}, \
{"scc_comparison_operator", {EQ, NE, LE, LT, GE, \
GT, LEU, LTU, GEU, GTU}}, \
{"trap_comparison_operator", {EQ, NE, LE, LT, GE, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment