formating
authorMatthias Braun <matze@braunis.de>
Thu, 23 Nov 2006 13:14:12 +0000 (13:14 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 23 Nov 2006 13:14:12 +0000 (13:14 +0000)
ir/be/bespillmorgan.c

index ba5b058..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;