X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Finstrument.c;h=880ca3a990441e16746b9a8756c4d522612eb9f8;hb=afbbc0b1ccd684c4c24bfd43d0f994123245f39f;hp=8e98829304ef0985e6c3013319cc63e44c8130d6;hpb=60787c33b1e35cad2937fcd434bdb6aa25bde561;p=libfirm diff --git a/ir/ir/instrument.c b/ir/ir/instrument.c index 8e9882930..880ca3a99 100644 --- a/ir/ir/instrument.c +++ b/ir/ir/instrument.c @@ -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 */