sparc: implement float->unsigned conversions
[libfirm] / ir / be / besched.c
index 922dccb..1270c29 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief       Scheduling utilities for nodes in Blocks and Blocks.
  * @author      Sebastian Hack
- * @version     $Id$
  */
 #include "config.h"
 
@@ -166,7 +165,7 @@ void be_schedule_graph(ir_graph *irg)
        scheduler(irg);
 }
 
-BE_REGISTER_MODULE_CONSTRUCTOR(be_init_sched);
+BE_REGISTER_MODULE_CONSTRUCTOR(be_init_sched)
 void be_init_sched(void)
 {
        lc_opt_entry_t *be_grp = lc_opt_get_grp(firm_opt_get_root(), "be");