Commit 3d5eef4c by Kazu Hirata

* reg-stack.c (convert_regs_2): Free stack.

From-SVN: r92049
parent d16464bb
2004-12-13 Daniel Berlin <dberlin@dberlin.org>
2004-12-12 Kazu Hirata <kazu@cs.umass.edu>
* reg-stack.c (convert_regs_2): Free stack.
2004-12-12 Daniel Berlin <dberlin@dberlin.org>
* tree-ssa-loop-ch.c (copy_loop_headers): Loop can be null.
* tree-ssa-loop-im.c (determine_lsm): tree_root may not have a real
......
......@@ -3036,6 +3036,8 @@ convert_regs_2 (FILE *file, basic_block block)
}
while (sp != stack);
free (stack);
return inserted;
}
......
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