diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index b01e9e7..13b9751 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -1594,7 +1594,7 @@ perform_var_substitution (constraint_graph_t graph) unsigned int w; weight = get_graph_weights (graph, *ce); - /* We can't eliminate variables that have non-zero weighted + /* We can't eliminate variables that have nonzero weighted edges between them. */ if (bitmap_other_than_zero_bit_set (weight)) { |