* jump.c (jump_optimize_1): The first operand in a relational
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2000 19:35:57 +0000 (19:35 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2000 19:35:57 +0000 (19:35 +0000)
commit3cc4218a4239d4c95cdcbb19082c73a5b125f4aa
tree4f7c1de9d41848cde64412c8651f3224743ee4d4
parentffb6162735a81d82e931314fe2bde06d9ea4a94e
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31929 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/jump.c
gcc/optabs.c