From 56f231e9f79822a8421a9b8fe72aecb6239ed927 Mon Sep 17 00:00:00 2001 From: Daniel Grund Date: Wed, 18 Jan 2006 17:26:55 +0000 Subject: [PATCH] comments --- ir/be/bespill.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ir/be/bespill.c b/ir/be/bespill.c index 9b35df1fd..f8df2a8c6 100644 --- a/ir/be/bespill.c +++ b/ir/be/bespill.c @@ -271,11 +271,11 @@ void be_add_reload_on_edge(spill_env_t *senv, ir_node *to_spill, ir_node *bl, in -/* +/**************************************** - SPILL SLOT MANAGEMENT AND OPTS + SPILL SLOT MANAGEMENT AND OPTS -*/ +****************************************/ typedef struct _spill_slot_t { unsigned size; -- 2.20.1