bearch: Dump the output requirement and the assigned register in the same line for...
[libfirm] / ir / tr / type_finalization.c
index 9e7f744..e9dac9d 100644 (file)
@@ -22,7 +22,6 @@
  * @brief   Calculate finalization of classes and entities by
  *          inspecting the class hierarchy.
  * @author  Michael Beck
- * @version $Id$
  */
 #include "config.h"
 
@@ -76,14 +75,8 @@ static void do_finalization(type_or_ent tore, void *env)
                                get_compound_name(owner), get_entity_name(ent)));
                }
        }
-}  /* do_finalization */
+}
 
-/**
- * If we have the closed world assumption, we can calculate the
- * finalization of classes and entities by inspecting the class hierarchy.
- * After this is done, all classes and entities that are not overridden
- * anymore have the final property set.
- */
 void types_calc_finalization(void)
 {
        if (! get_opt_closed_world())