X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeuses_t.h;h=b74a1d51a4d2cca30d95b0d17661da0fb866f55f;hb=0d841728a12986b13b56bc5c019ff9466f1bd3ae;hp=5fc7e09ce0dc72f013404febeb3d40ce63713e72;hpb=fd36bead18e3a2d5d6d5b9129c15c1c959e8c8a7;p=libfirm diff --git a/ir/be/beuses_t.h b/ir/be/beuses_t.h index 5fc7e09ce..b74a1d51a 100644 --- a/ir/be/beuses_t.h +++ b/ir/be/beuses_t.h @@ -33,17 +33,4 @@ struct _loc_t { */ int loc_compare(const void *loc1, const void *loc2); - -static INLINE loc_t * -be_get_next_use_loc( - be_uses_t *uses, - const loc_t *from, - loc_t *loc) -{ - loc->time = be_get_next_use(uses, from->irn, from->time, loc->irn); - return loc; -} - - - #endif /* _BEUSES_T_H */