X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg_pointer.c;h=5dfc09fd67f6ae09fb81541888a3952dc4ea59ab;hb=f2c2e45eb4e677fef5bf6a8e418b2a22441172d5;hp=95fb966b43ef23965174c992674c21f1bdf76ea2;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/beifg_pointer.c b/ir/be/beifg_pointer.c index 95fb966b4..5dfc09fd6 100644 --- a/ir/be/beifg_pointer.c +++ b/ir/be/beifg_pointer.c @@ -24,9 +24,7 @@ * @date 18.11.2005 * @version $Id$ */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include @@ -614,8 +612,6 @@ static void ifg_pointer_neighbours_break(const void *self, void *iter) (void) self; bitset_free(it->visited_neighbours); - - return; } static ir_node *ifg_pointer_nodes_begin(const void *self, void *iter) @@ -672,7 +668,7 @@ static const be_ifg_impl_t ifg_pointer_impl = { be_ifg_t *be_ifg_pointer_new(const be_chordal_env_t *env) { - ifg_pointer_t *ifg = xmalloc(sizeof(*ifg)); + ifg_pointer_t *ifg = XMALLOC(ifg_pointer_t); ifg->impl = &ifg_pointer_impl; ifg->env = env;