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