- add ir_bk_outport and ir_bk_inport
[libfirm] / ir / ir / instrument.c
index 5300ec3..c936d11 100644 (file)
@@ -24,9 +24,7 @@
  * @author  Michael Beck
  * @version $Id$
  */
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
 #include "irgraph_t.h"
 #include "iredges.h"
@@ -63,7 +61,7 @@ void instrument_initcall(ir_graph *irg, ir_entity *ent) {
                }
        }
        if (first_block == NULL) {
-               panic("Cannot find first block of irg %+F\n", irg);
+               panic("Cannot find first block of irg %+F", irg);
        }
 
        /* check if this block has only one predecessor */