ifcvt.c (seq_contains_jump): Delete function.
authorRoger Sayle <roger@eyesopen.com>
Sat, 26 Jun 2004 01:43:57 +0000 (01:43 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 26 Jun 2004 01:43:57 +0000 (01:43 +0000)
commitc520979797bed1c58f0873f11b8ec1105341fec6
tree2a4763fc196c16c9f0738fbed472b2ddd1c0451c
parent0e60562abe8389976483f16432c90a2c8226db77
ifcvt.c (seq_contains_jump): Delete function.

* ifcvt.c (seq_contains_jump): Delete function.
(end_ifcvt_sequence): Replace call to seq_contains_jump with an
inline test for a jump instruction in the existing "insn" loop.
(block_fallthru): Document function.

From-SVN: r83697
gcc/ChangeLog
gcc/ifcvt.c