X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeblocksched.h;h=826a57fc256e3f9744e53b0fc5348ffe3a472a18;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=13b84576c3acddb844a08b35392c2e428fb3be89;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/beblocksched.h b/ir/be/beblocksched.h index 13b84576c..826a57fc2 100644 --- a/ir/be/beblocksched.h +++ b/ir/be/beblocksched.h @@ -22,13 +22,12 @@ * @brief Block schedule calculation. * @author Matthias Braun, Christoph Mallon * @date 27.09.2006 - * @version $Id$ */ #ifndef FIRM_BE_BEBLOCKSCHED_H #define FIRM_BE_BEBLOCKSCHED_H #include "firm_types.h" -ir_node **be_create_block_schedule(ir_graph *irg, ir_exec_freq *execfreqs); +ir_node **be_create_block_schedule(ir_graph *irg); -#endif /* FIRM_BE_BEBLOCKSCHED_H */ +#endif