sparc: va_arg functions may not use omit-fp
[libfirm] / ir / be / belive.c
index 07a67fa..eaadfb4 100644 (file)
@@ -735,8 +735,7 @@ void be_liveness_dumpto(const be_lv_t *lv, const char *cls_name)
 }
 
 /**
- * Walker: checks the every predecessors of a node dominate
- * the note.
+ * Walker: checks that every predecessors of a node dominates the node.
  */
 static void dom_check(ir_node *irn, void *data)
 {
@@ -903,7 +902,7 @@ void be_live_chk_compare(be_lv_t *lv, lv_chk_t *lvc)
        obstack_free(&obst, NULL);
 }
 
-BE_REGISTER_MODULE_CONSTRUCTOR(be_init_live);
+BE_REGISTER_MODULE_CONSTRUCTOR(be_init_live)
 void be_init_live(void)
 {
        FIRM_DBG_REGISTER(dbg, "firm.be.liveness");