]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree-ssa-alias.c (perform_var_substitution): Fix typo in dump_flags test.
authorDirk Mueller <dmueller@suse.de>
Fri, 19 Jan 2007 11:51:25 +0000 (11:51 +0000)
committerDirk Mueller <mueller@gcc.gnu.org>
Fri, 19 Jan 2007 11:51:25 +0000 (11:51 +0000)
2007-01-19  Dirk Mueller  <dmueller@suse.de>

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

From-SVN: r120954

gcc/ChangeLog
gcc/tree-ssa-structalias.c

index 3c19575369a478c7d2a654546c80e4404c9b07a3..b12587de8edecff50d3450c5f80970727ea579a4 100644 (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
index e6e1c81639d481a01ca793eb88fc29fc2d0723a1..550ad865eb2c6731890bf6c3b3e792846373e4fa 100644 (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);