accidently enable debug code
authorMatthias Braun <matze@braunis.de>
Mon, 26 Apr 2010 08:39:33 +0000 (08:39 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 26 Apr 2010 08:39:33 +0000 (08:39 +0000)
[r27441]

ir/be/bechordal.c

index 6c5735b..48cf012 100644 (file)
@@ -332,7 +332,7 @@ static ir_node *handle_constraints(be_chordal_alloc_env_t *alloc_env,
        match_res = hungarian_solve(bp, assignment, &cost, 1);
        assert(match_res == 0 && "matching failed");
 #else
-       bipartite_dump_f(stderr, bp);
+       /*bipartite_dump_f(stderr, bp);*/
        bipartite_matching(bp, assignment);
 #endif