BugFix: works again for RAW with non twos-complement
[libfirm] / ir / ir / instrument.c
index 8e98829..880ca3a 100644 (file)
@@ -22,7 +22,7 @@
  * @brief   Instrumentation of graphs.
  * @date    14.4.2008
  * @author  Michael Beck
- * @version $Id$
+ * @version $Id$
  */
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -63,7 +63,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 */