OSDN Git Service

2006-01-29 Kenneth Zadeck <zadeck@naturalbridge.com>
authorzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Jan 2006 12:58:39 +0000 (12:58 +0000)
committerzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Jan 2006 12:58:39 +0000 (12:58 +0000)
* df-core.c (df_set_blocks): Deleted all variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110368 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/df-core.c

index 5ef6ae4..e4a6b43 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-29  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       * df-core.c (df_set_blocks): Deleted all variable.
+
 2006-01-28  Ian Lance Taylor  <ian@airs.com>
 
        * cgraphunit.c (cgraph_assemble_pending_functions): Call
index 416406b..dc0379c 100644 (file)
@@ -365,7 +365,6 @@ df_set_blocks (struct df *df, bitmap blocks)
        {
          int p;
          bitmap diff = BITMAP_ALLOC (NULL);
-         bitmap all = BITMAP_ALLOC (NULL);
          bitmap_and_compl (diff, df->blocks_to_analyze, blocks);
          for (p = df->num_problems_defined - 1; p >= 0 ;p--)
            {
@@ -390,7 +389,6 @@ df_set_blocks (struct df *df, bitmap blocks)
                }
            }
 
-         BITMAP_FREE (all);
          BITMAP_FREE (diff);
        }
       else