cse.c (cse_insn): Mostly remove first hunk of code which collapsed a computed jump...
commitd466c016c50efecf196da2fa2580b3766f3002ae
authorJeffrey A Law <law@cygnus.com>
Fri, 11 May 2001 00:23:46 +0000 (11 00:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 11 May 2001 00:23:46 +0000 (10 18:23 -0600)
tree9bf173c8776b5b1ef61f9b9b504a5ad7e05abb16
parentf3ce87a905ce61afa08033b7eebdeb9fe46f1fd6
cse.c (cse_insn): Mostly remove first hunk of code which collapsed a computed jump into an...

        * cse.c (cse_insn): Mostly remove first hunk of code which collapsed
        a computed jump into an unconditional jump.
        In second hunk of code for collapsing computed and conditional jumps
        into unconditional jumps, reemit the jump in additional cases.

From-SVN: r41953
gcc/ChangeLog
gcc/cse.c