Several BugFixes and updates:
[libfirm] / ir / be / belistsched.c
index 7b3c7ba..300f920 100644 (file)
  */
 
 /**
- * Scheduling algorithms.
- * Just a simple list scheduling algorithm is here.
- * @date    20.10.2004
- * @author  Sebastian Hack
- * @version $Id$
+ * @file
+ * @brief       Primitive list scheduling with different node selectors.
+ * @author      Sebastian Hack
+ * @date        20.10.2004
+ * @version     $Id$
  */
 #ifdef HAVE_CONFIG_H
 #include "config.h"