From: Matthias Braun Date: Tue, 18 Sep 2007 16:32:36 +0000 (+0000) Subject: remove debug printf X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a35bce53baad90c17ca9887acfb83e29af4e4a6a;p=libfirm remove debug printf [r15870] --- diff --git a/ir/be/belower.c b/ir/be/belower.c index 8785e0612..edea7aef4 100644 --- a/ir/be/belower.c +++ b/ir/be/belower.c @@ -996,7 +996,6 @@ found_front: if(bitset_is_set(moved, i)) continue; map[n] = i; - fprintf(stderr, "Pn %d -> %d\n", i, n); proj_map[i] = n; n++; }