X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyheur2.c;h=c1ce6379515e71e428e3f2b75cb3f8db51b83a2a;hb=af2a5a2b5f887eecf793fae8bf932d5fd9916d81;hp=70926eaeb1071985620681fce2e816466e859ce4;hpb=2e291eab8268af551488b1f4fb4d9ca61b625e33;p=libfirm diff --git a/ir/be/becopyheur2.c b/ir/be/becopyheur2.c index 70926eaeb..c1ce63795 100644 --- a/ir/be/becopyheur2.c +++ b/ir/be/becopyheur2.c @@ -24,9 +24,7 @@ * @date 14.04.2006 * @version $Id$ */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include "lc_opts.h" #include "lc_opts_enum.h" @@ -1178,8 +1176,8 @@ static void ifg_dump_graph_attr(FILE *f, void *self) static int ifg_is_dump_node(void *self, ir_node *irn) { - co2_t *env = self; - return !arch_irn_is(env->co->aenv, irn, ignore); + (void)self; + return !arch_irn_is(irn, ignore); } static void ifg_dump_node_attr(FILE *f, void *self, ir_node *irn)