From f36b81e86664da1000a6b9c15a0c8e127af64b97 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 13 Sep 2006 09:12:16 +0000 Subject: [PATCH] warning fixes [r8234] --- ir/stat/firmstat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/stat/firmstat.c b/ir/stat/firmstat.c index cf3baec0e..a879dce61 100644 --- a/ir/stat/firmstat.c +++ b/ir/stat/firmstat.c @@ -913,6 +913,7 @@ static void set_adr_mark(graph_entry_t *graph, ir_node *node, unsigned val) value->mark = val; } +#if 0 /** * a vcg attribute hook: Color a node with a different color if * it's identified as a part of an address expression or at least referenced @@ -937,6 +938,7 @@ static int stat_adr_mark_hook(FILE *F, ir_node *node, ir_node *local) /* I know the color! */ return 1; } +#endif /** * walker that marks every node that is an address calculation -- 2.20.1