Commit 155038f2 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r50935
parent 320c81a6
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment