* predict.c (estimate_bb_frequencies): Delete unused variables.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 18 Mar 2002 00:07:53 +0000 (00:07 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 18 Mar 2002 00:07:53 +0000 (00:07 +0000)
From-SVN: r50935

gcc/ChangeLog
gcc/predict.c

index 1100545797877990a1108c6fb6e9b83c3e8468cd..d81f9eb956d386038f345e4fe7c272ec5801ddc6 100644 (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
index f496b38dce0ad046766fad222f9163bdaee65a4f..61cfd63cd7c2166f6cd62b0a026d7d4e9d32dbcb 100644 (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.  */