Fixed a typo
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Wed, 2 Feb 2005 13:59:57 +0000 (13:59 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Wed, 2 Feb 2005 13:59:57 +0000 (13:59 +0000)
ir/be/bechordal.c

index d9272dc..c14d635 100644 (file)
@@ -524,7 +524,7 @@ static void assign(ir_node *block, void *env_ptr)
        }
 
 #ifdef DUMP_INTERVALS
-       draw_interval_graphs(block, &head, &dump_params);
+       draw_interval_graphs(block, head, &dump_params);
 #endif
 
 #ifdef DUMP_PRESSURE