X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fcompute_loop_info.c;h=bb79646f68fef5f154286f88ba08d86ae4b6e241;hb=75921a0e9db46ba1c32889bd830900aac298691d;hp=2672af811429a58af2512b3b22293dc471470485;hpb=cc49d8877c98957d7e5832ee020a25dc27c014b4;p=libfirm diff --git a/ir/ana/compute_loop_info.c b/ir/ana/compute_loop_info.c index 2672af811..bb79646f6 100644 --- a/ir/ana/compute_loop_info.c +++ b/ir/ana/compute_loop_info.c @@ -28,7 +28,7 @@ #endif #include "compute_loop_info.h" -#include "strength_red.h" +#include "strength_red_t.h" #include "tv.h" #include "irgwalk.h" #include "irnode_t.h" @@ -344,6 +344,7 @@ static void set_loop_info(ir_node *n, void *env) tarval *loop_end; induct_var_info info; int is_endlessloop = 0 , is_nonentered_loop = 0; + (void) env; /* The IR node must be a induction variable. */ if (get_irn_op(n) != op_Phi)