*** empty log message ***
authorBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Wed, 19 Sep 2001 08:24:47 +0000 (08:24 +0000)
committerBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Wed, 19 Sep 2001 08:24:47 +0000 (08:24 +0000)
[r256]

ir/ir/ircons.c

index 391f943..2b6c29a 100644 (file)
@@ -1593,7 +1593,7 @@ void
 add_in_edge (ir_node *block, ir_node *jmp)
 {
   if (block->attr.block.matured) {
-    printf("Error: Block already matured!\n");
+    assert(0 && "Error: Block already matured!\n");
   }
   else {
     assert (jmp != NULL);