More missing config.h
[libfirm] / ir / be / bespillmorgan.c
index 5126d0c..4c9b77b 100644 (file)
@@ -152,10 +152,10 @@ static INLINE int consider_for_spilling(const arch_env_t *env, const arch_regist
 }
 
 /**
- * Determine edges going out of a loop (= edges that go to a block that is not inside
- * the loop or one of its subloops)
+ * Determine edges going out of a loop (= edges that go to a block that is not
+ * inside the loop or one of its subloops)
  */
-static INLINE void construct_loop_edges(ir_node* block, void* data) {
+static INLINE void construct_loop_edges(ir_node *block, void *data) {
        morgan_env_t *env = data;
        int n_cfgpreds = get_Block_n_cfgpreds(block);
        int i;
@@ -518,8 +518,7 @@ static int reduce_register_pressure_in_loop(morgan_env_t *env, const ir_loop *lo
     }
 
        /* calculate number of spills needed in outer loop and spill
-        * unused livethrough nodes around this loop
-        */
+        * unused livethrough nodes around this loop */
        if(spills_needed > outer_spills_possible) {
                int spills_to_place;
                outer_spills_needed = outer_spills_possible;