Commit 27b18383 by Jeffrey A Law Committed by Jeff Law

pa.c (cmpib_comparison_operator): Remove GEU and LTU.


        * pa.c (cmpib_comparison_operator): Remove GEU and LTU.
        * pa.h (PREDICATE_CODES, cmpib_comparison_operator): Corresponding
        changes.

From-SVN: r38197
parent 37082e6d
Mon Dec 11 13:51:09 2000 Jeffrey A Law (law@cygnus.com)
* pa.c (cmpib_comparison_operator): Remove GEU and LTU.
* pa.h (PREDICATE_CODES, cmpib_comparison_operator): Corresponding
changes.
2000-12-11 Bruce Korb <bkorb@gnu.org> 2000-12-11 Bruce Korb <bkorb@gnu.org>
* fixinc/fixincl.tpl: initialize all fields for warnings * fixinc/fixincl.tpl: initialize all fields for warnings
......
...@@ -7065,9 +7065,7 @@ cmpib_comparison_operator (op, mode) ...@@ -7065,9 +7065,7 @@ cmpib_comparison_operator (op, mode)
|| GET_CODE (op) == GT || GET_CODE (op) == GT
|| GET_CODE (op) == GTU || GET_CODE (op) == GTU
|| GET_CODE (op) == GE || GET_CODE (op) == GE
|| GET_CODE (op) == GEU
|| GET_CODE (op) == LT || GET_CODE (op) == LT
|| GET_CODE (op) == LTU
|| GET_CODE (op) == LE || GET_CODE (op) == LE
|| GET_CODE (op) == LEU)); || GET_CODE (op) == LEU));
} }
......
...@@ -2052,6 +2052,6 @@ while (0) ...@@ -2052,6 +2052,6 @@ while (0)
{"basereg_operand", {REG}}, \ {"basereg_operand", {REG}}, \
{"div_operand", {REG, CONST_INT}}, \ {"div_operand", {REG, CONST_INT}}, \
{"ireg_operand", {REG}}, \ {"ireg_operand", {REG}}, \
{"cmpib_comparison_operator", {EQ, NE, LT, LTU, LE, LEU, \ {"cmpib_comparison_operator", {EQ, NE, LT, LE, LEU, \
GT, GTU, GE, GEU}}, \ GT, GTU, GE}}, \
{"movb_comparison_operator", {EQ, NE, LT, GE}}, {"movb_comparison_operator", {EQ, NE, 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