Commit e1b83ac7 by Jeff Law

Opps. Committed wrong version.

From-SVN: r93812
parent 0bd65483
...@@ -455,6 +455,9 @@ tree_ssa_dominator_optimize (void) ...@@ -455,6 +455,9 @@ tree_ssa_dominator_optimize (void)
htab_empty (avail_exprs); htab_empty (avail_exprs);
htab_empty (vrp_data); htab_empty (vrp_data);
for (i = 0; i < num_referenced_vars; i++)
var_ann (referenced_var (i))->current_def = NULL;
/* Finally, remove everything except invariants in SSA_NAME_VALUE. /* Finally, remove everything except invariants in SSA_NAME_VALUE.
This must be done before we iterate as we might have a This must be done before we iterate as we might have a
......
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