* predict.c (estimate_bb_frequencies): Delete unused variables.
From-SVN: r50935
This commit is contained in:
parent
320c81a6c5
commit
155038f242
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user