cse.c (cse_end_of_basic_block): Don't return the end of a basic block reached by...
authorMark Mitchell <mark@codesourcery.com>
Thu, 21 Oct 1999 03:37:33 +0000 (03:37 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 21 Oct 1999 03:37:33 +0000 (03:37 +0000)
commit16b702cd43c726a88897f6b153456e72fa990389
tree42dc3e492c2955007b51b9e1104f1ed7ab55e08f
parent56d410bbc0c0be85d5effea389a1fc870f21461f
cse.c (cse_end_of_basic_block): Don't return the end of a basic block reached by a branch if...

* cse.c (cse_end_of_basic_block): Don't return the end of a basic
block reached by a branch if we're not going to actually process
this block

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