- add ir_bk_outport and ir_bk_inport
[libfirm] / ir / ir / instrument.c
index 8e98829..c936d11 100644 (file)
  * @brief   Instrumentation of graphs.
  * @date    14.4.2008
  * @author  Michael Beck
- * @version $Id$
+ * @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 */