From: Matthias Braun Date: Thu, 23 Nov 2006 13:14:12 +0000 (+0000) Subject: formating X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e8e2b29dd9321f856486bc907d6f6102b36664fe;p=libfirm formating --- diff --git a/ir/be/bespillmorgan.c b/ir/be/bespillmorgan.c index ba5b0583a..4c9b77b89 100644 --- a/ir/be/bespillmorgan.c +++ b/ir/be/bespillmorgan.c @@ -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;