experiment with new emitter style, change assembler syntax of ia32 backend to AT&T
[libfirm] / ir / be / beuses_t.h
index b74a1d5..4212791 100644 (file)
 
 #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 */