refactor mode_b lowerer to have a create_set callback
[libfirm] / ir / be / bechordal.c
index a1b9096..2f56341 100644 (file)
@@ -73,7 +73,7 @@ DEBUG_ONLY(static firm_dbg_module_t *dbg = NULL;)
 
 #define DUMP_INTERVALS
 
-typedef struct _be_chordal_alloc_env_t {
+typedef struct be_chordal_alloc_env_t {
        be_chordal_env_t *chordal_env;
 
        pset *pre_colored;     /**< Set of precolored nodes. */
@@ -129,7 +129,7 @@ static void pair_up_operands(const be_chordal_alloc_env_t *alloc_env, be_insn_t
        /*
         * For each out operand, try to find an in operand which can be assigned the
         * same register as the out operand.
-       */
+        */
        for (j = 0; j < insn->use_start; ++j) {
                be_operand_t *smallest        = NULL;
                int           smallest_n_regs = env->cls->n_regs + 1;