- renamed access offset functions
[libfirm] / ir / be / bechordal_t.h
index 3c7e7bb..db14962 100644 (file)
@@ -1,6 +1,6 @@
 
 /**
- * Internal datastructures for the chordal register allocator.
+ * Internal data structures for the chordal register allocator.
  * @author Sebastian Hack
  * @date 25.1.2005
  */
@@ -57,12 +57,9 @@ typedef struct _border_t {
 struct _be_chordal_env_t {
        struct obstack obst;                /**< An obstack for temporary storage. */
        be_ra_chordal_opts_t *opts;         /**< A pointer to the chordal ra options. */
-       const be_irg_t *birg;               /**< Back-end IRG session. */
-       dom_front_info_t *dom_front;        /**< Dominance frontiers. */
+       be_irg_t *birg;                     /**< Back-end IRG session. */
        ir_graph *irg;                      /**< The graph under examination. */
        const arch_register_class_t *cls;   /**< The current register class. */
-       exec_freq_t *exec_freq;             /**< Adam's execution frequencies. */
-       be_lv_t *lv;                        /**< Liveness information. */
        pmap *border_heads;                 /**< Maps blocks to border heads. */
        be_ifg_t *ifg;                      /**< The interference graph. */
        void *data;                         /**< Some pointer, to which different phases can attach data to. */