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
This commit is contained in:
Jeffrey A Law 2000-12-11 21:17:34 +00:00 committed by Jeff Law
parent 37082e6df2
commit 27b18383e6
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,9 @@
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>
* fixinc/fixincl.tpl: initialize all fields for warnings

View File

@ -7065,9 +7065,7 @@ cmpib_comparison_operator (op, mode)
|| GET_CODE (op) == GT
|| GET_CODE (op) == GTU
|| GET_CODE (op) == GE
|| GET_CODE (op) == GEU
|| GET_CODE (op) == LT
|| GET_CODE (op) == LTU
|| GET_CODE (op) == LE
|| GET_CODE (op) == LEU));
}

View File

@ -2052,6 +2052,6 @@ while (0)
{"basereg_operand", {REG}}, \
{"div_operand", {REG, CONST_INT}}, \
{"ireg_operand", {REG}}, \
{"cmpib_comparison_operator", {EQ, NE, LT, LTU, LE, LEU, \
GT, GTU, GE, GEU}}, \
{"cmpib_comparison_operator", {EQ, NE, LT, LE, LEU, \
GT, GTU, GE}}, \
{"movb_comparison_operator", {EQ, NE, LT, GE}},