* predict.c (estimate_bb_frequencies): Delete unused variables.

From-SVN: r50935
This commit is contained in:
Kaveh R. Ghazi 2002-03-18 00:07:53 +00:00 committed by Kaveh Ghazi
parent 320c81a6c5
commit 155038f242
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* predict.c (estimate_bb_frequencies): Delete unused variables.
2002-03-17 Richard Henderson <rth@redhat.com>
* config/ia64/ia64.c (ia64_attribute_table): Move before

View File

@ -874,8 +874,6 @@ estimate_bb_frequencies (loops)
for (i = 0; i < n_basic_blocks; i++)
{
rtx last_insn = BLOCK_END (i);
int probability;
edge fallthru, branch;
if (GET_CODE (last_insn) != JUMP_INSN || !any_condjump_p (last_insn)
/* Avoid handling of conditional jumps jumping to fallthru edge. */