aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2002-03-18 00:07:53 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2002-03-18 00:07:53 +0000
commit155038f242b4ebb90656547e852ad5b212b710ae (patch)
tree4eede00ddcd0ad39166ccc69615bd38c811e5c78 /gcc/predict.c
parent320c81a6c5fce4bea73f2de82f94e928a5c33141 (diff)
downloadgcc-155038f242b4ebb90656547e852ad5b212b710ae.zip
gcc-155038f242b4ebb90656547e852ad5b212b710ae.tar.gz
gcc-155038f242b4ebb90656547e852ad5b212b710ae.tar.bz2
* predict.c (estimate_bb_frequencies): Delete unused variables.
From-SVN: r50935
Diffstat (limited to 'gcc/predict.c')
-rw-r--r--gcc/predict.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/predict.c b/gcc/predict.c
index f496b38..61cfd63 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -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. */