mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
re PR tree-optimization/17587 (Mauve's UnicodeBase.java fails to compile)
2004-09-22 Daniel Berlin <dberlin@dberlin.org> Fix PR tree-optimization/17587 * tree-ssa-pre.c (fini_pre): Commit edge inserts here. (insert_aux): Instead of here. From-SVN: r87899
This commit is contained in:
parent
8db6bcda0b
commit
8eee352825
@ -1,3 +1,9 @@
|
||||
2004-09-22 Daniel Berlin <dberlin@dberlin.org>
|
||||
|
||||
Fix PR tree-optimization/17587
|
||||
* tree-ssa-pre.c (fini_pre): Commit edge inserts here.
|
||||
(insert_aux): Instead of here.
|
||||
|
||||
2004-09-22 Diego Novillo <dnovillo@redhat.com>
|
||||
|
||||
PR tree-optimization/16721
|
||||
|
@ -1541,7 +1541,6 @@ insert_aux (basic_block block)
|
||||
eprime,
|
||||
stmts);
|
||||
bsi_insert_on_edge (pred, stmts);
|
||||
bsi_commit_edge_inserts (NULL);
|
||||
avail[bprime->index] = builtexpr;
|
||||
}
|
||||
}
|
||||
@ -1965,6 +1964,7 @@ static void
|
||||
fini_pre (void)
|
||||
{
|
||||
basic_block bb;
|
||||
bsi_commit_edge_inserts (NULL);
|
||||
|
||||
obstack_free (&grand_bitmap_obstack, NULL);
|
||||
free_alloc_pool (value_set_pool);
|
||||
|
Loading…
Reference in New Issue
Block a user