Commit 2cc9c3a0 by Kenneth Zadeck Committed by Kenneth Zadeck

df-core.c (df_set_blocks): Deleted all variable.

2006-01-29  Kenneth Zadeck <zadeck@naturalbridge.com>

	* df-core.c (df_set_blocks): Deleted all variable.

From-SVN: r110368
parent 67f5655f
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> 2006-01-28 Ian Lance Taylor <ian@airs.com>
* cgraphunit.c (cgraph_assemble_pending_functions): Call * cgraphunit.c (cgraph_assemble_pending_functions): Call
......
...@@ -365,7 +365,6 @@ df_set_blocks (struct df *df, bitmap blocks) ...@@ -365,7 +365,6 @@ df_set_blocks (struct df *df, bitmap blocks)
{ {
int p; int p;
bitmap diff = BITMAP_ALLOC (NULL); bitmap diff = BITMAP_ALLOC (NULL);
bitmap all = BITMAP_ALLOC (NULL);
bitmap_and_compl (diff, df->blocks_to_analyze, blocks); bitmap_and_compl (diff, df->blocks_to_analyze, blocks);
for (p = df->num_problems_defined - 1; p >= 0 ;p--) for (p = df->num_problems_defined - 1; p >= 0 ;p--)
{ {
...@@ -390,7 +389,6 @@ df_set_blocks (struct df *df, bitmap blocks) ...@@ -390,7 +389,6 @@ df_set_blocks (struct df *df, bitmap blocks)
} }
} }
BITMAP_FREE (all);
BITMAP_FREE (diff); BITMAP_FREE (diff);
} }
else else
......
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