OSDN Git Service

* predict.c (estimate_bb_frequencies): Delete unused variables.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Mar 2002 00:07:53 +0000 (00:07 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Mar 2002 00:07:53 +0000 (00:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50935 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/predict.c

index 1100545..d81f9eb 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 f496b38..61cfd63 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.  */