jump.c (jump_optimize_1): The first operand in a relational can be a CONST_INT.
authorJeffrey A Law <law@cygnus.com>
Fri, 11 Feb 2000 19:35:57 +0000 (12:35 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 11 Feb 2000 19:35:57 +0000 (12:35 -0700)
commit144a5f9d4507713f644f15a5ba4795dec3663435
tree4f7c1de9d41848cde64412c8651f3224743ee4d4
parent2dd8bc01663b0ff2c5dd586102dfe270b145fc45
jump.c (jump_optimize_1): The first operand in a relational can be a CONST_INT.

        * jump.c (jump_optimize_1): The first operand in a relational
        can be a CONST_INT.
        * optabs.c (emit_conditional_move): Handle relationals which
        have a known true/false result.

From-SVN: r31929
gcc/ChangeLog
gcc/jump.c
gcc/optabs.c