tree-ssa-alias.c (perform_var_substitution): Fix typo in dump_flags test.

2007-01-19  Dirk Mueller  <dmueller@suse.de>

       * tree-ssa-alias.c (perform_var_substitution): Fix typo
       in dump_flags test.

From-SVN: r120954
This commit is contained in:
Dirk Mueller 2007-01-19 11:51:25 +00:00 committed by Dirk Mueller
parent b54c5497e5
commit 23e739936e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-01-19 Dirk Mueller <dmueller@suse.de>
* tree-ssa-alias.c (perform_var_substitution): Fix typo
in dump_flags test.
2007-01-19 Richard Guenther <rguenther@suse.de>
* builtins.c (expand_builtin_cexpi): Fall back to expanding

View file

@ -1809,7 +1809,7 @@ perform_var_substitution (constraint_graph_t graph)
if (graph->label[node] == 0 && TEST_BIT (graph->direct_nodes, node))
{
if (dump_file && (dump_flags && TDF_DETAILS))
if (dump_file && (dump_flags & TDF_DETAILS))
fprintf (dump_file,
"%s is a non-pointer variable, eliminating edges.\n",
get_varinfo (node)->name);