added missing prototype
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 1 Aug 2006 10:46:46 +0000 (10:46 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 1 Aug 2006 10:46:46 +0000 (10:46 +0000)
updated comment
FIXME: NEED COMMENT FOR FUNCTION

ir/be/belive.h

index d0d9423..5a66463 100644 (file)
@@ -1,7 +1,8 @@
 /**
  * Interblock liveness analysis.
  * @author Sebastian Hack
 /**
  * Interblock liveness analysis.
  * @author Sebastian Hack
- * @date 6.12.2004
+ * @date   6.12.2004
+ * @cvs-id $Id$
  */
 
 #ifndef _BELIVE_H
  */
 
 #ifndef _BELIVE_H
@@ -144,4 +145,10 @@ pset *be_liveness_end_of_block(const be_lv_t *lv, const arch_env_t *arch_env, co
  */
 pset *be_liveness_nodes_live_at(const be_lv_t *lv, const arch_env_t *arch_env, const arch_register_class_t *cls, const ir_node *pos, pset *live);
 
  */
 pset *be_liveness_nodes_live_at(const be_lv_t *lv, const arch_env_t *arch_env, const arch_register_class_t *cls, const ir_node *pos, pset *live);
 
+
+/**
+ * FIXME: Need comment
+ */
+void be_liveness_add_missing(be_lv_t *lv);
+
 #endif /* _BELIVE_H */
 #endif /* _BELIVE_H */