X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeuses.h;h=a7cf3936b1a2d13ebc8f494b523052304346848a;hb=4d7a9507baf1737297cd4f7fc91eab209fd5d398;hp=85c23b0acc7f56c64b687da7bc17a0b82c1bba1a;hpb=fd36bead18e3a2d5d6d5b9129c15c1c959e8c8a7;p=libfirm diff --git a/ir/be/beuses.h b/ir/be/beuses.h index 85c23b0ac..a7cf3936b 100644 --- a/ir/be/beuses.h +++ b/ir/be/beuses.h @@ -21,7 +21,7 @@ typedef struct _loc_t loc_t; typedef struct _be_uses_t be_uses_t; unsigned be_get_next_use(be_uses_t *uses, const ir_node *from, - unsigned from_step, const ir_node *def); + unsigned from_step, const ir_node *def, int skip_from_uses); be_uses_t *be_begin_uses(ir_graph *irg, const arch_env_t *arch_env,