X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeuses_t.h;h=42127918b9f25e890f3f23abb47fc2a8378c1c91;hb=80a6158fdd766f42ee6c508a773bc114ff1b61f3;hp=b74a1d51a4d2cca30d95b0d17661da0fb866f55f;hpb=e91c1db21d945d622be14e27bd4c6c405c042723;p=libfirm diff --git a/ir/be/beuses_t.h b/ir/be/beuses_t.h index b74a1d51a..42127918b 100644 --- a/ir/be/beuses_t.h +++ b/ir/be/beuses_t.h @@ -15,22 +15,4 @@ #include "beuses.h" -/** - * An association between a node and a point in time. - */ -struct _loc_t { - ir_node *irn; /**< A node. */ - unsigned time; /**< A time. */ -}; - -#define LOC_IS_INFINITE(loc) USES_IS_INIFINITE((loc)->time) - -/** - * Comparison function for locations. - * @param a The first location. - * @param b The second one. - * @return see qsort(3) for semantic of the compare functions. - */ -int loc_compare(const void *loc1, const void *loc2); - #endif /* _BEUSES_T_H */