X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeuses_t.h;h=42127918b9f25e890f3f23abb47fc2a8378c1c91;hb=80a6158fdd766f42ee6c508a773bc114ff1b61f3;hp=369bf1d0b9b5b23379d2a427c79877789a50e911;hpb=92f85c7b291d14c2fefa6719f4845219edaa7539;p=libfirm diff --git a/ir/be/beuses_t.h b/ir/be/beuses_t.h index 369bf1d0b..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 */