From 18ccb2b773fc0e6e0c5aa8688926524ab749951f Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 13 Sep 2006 09:20:18 +0000 Subject: [PATCH] remove debug printf --- ir/be/bespillmorgan.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/be/bespillmorgan.c b/ir/be/bespillmorgan.c index 9062bf767..815dd09a6 100644 --- a/ir/be/bespillmorgan.c +++ b/ir/be/bespillmorgan.c @@ -221,6 +221,7 @@ static void free_loop_edges(morgan_env_t *env) { } } +#if 0 /** * Debugging help, shows all nodes in a (node-)bitset */ @@ -233,6 +234,7 @@ static void show_nodebitset(ir_graph* irg, const bitset_t* bitset) { } fprintf(stderr, "\n"); } +#endif /** * Construct the livethrough unused set for a block -- 2.20.1