X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbetranshlp.c;h=4da063bd245e084b37b88520377a5f7f50f51ea2;hb=b7936c30acf06e28df82497df4ff2779e6b84b4b;hp=6b41d7858847755a5b5ca79b5a1fde86b0644283;hpb=ca416fbf464e85879cdec502c5ce2e3be7e96a7b;p=libfirm diff --git a/ir/be/betranshlp.c b/ir/be/betranshlp.c index 6b41d7858..4da063bd2 100644 --- a/ir/be/betranshlp.c +++ b/ir/be/betranshlp.c @@ -424,9 +424,6 @@ void be_transform_graph(be_irg_t *birg, arch_pretrans_nodes *func, void *cg) /* do the main transformation */ transform_nodes(irg, func, cg); - /* we don't want the globals anchor anymore */ - set_irg_globals(irg, new_r_Bad(irg)); - /* free the old obstack */ obstack_free(old_obst, 0); xfree(old_obst);