- use unsigned instead of int where appropriate
[libfirm] / ir / be / beirg.h
index 647480a..9bc2c0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -34,9 +34,7 @@ typedef struct be_irg_t be_irg_t;
 
 ir_graph *be_get_birg_irg(const be_irg_t *birg);
 
-void be_assure_liveness(be_irg_t *birg);
-void be_assure_liveness_chk(be_irg_t *birg);
-void be_invalidate_liveness(be_irg_t *birg);
+be_lv_t *be_assure_liveness(be_irg_t *birg);
 be_lv_t *be_get_birg_liveness(const be_irg_t *birg);
 
 void be_assure_dom_front(be_irg_t *birg);
@@ -53,11 +51,4 @@ ir_exec_freq *be_get_birg_exec_freq(const be_irg_t *birg);
  */
 void be_free_birg(be_irg_t *birg);
 
-/**
- * Compare the computed liveness information with the liveness check info.
- * @param lv    The computed liveness.
- * @param lvc   The liveness check information.
- */
-void be_live_chk_compare(be_irg_t *birg);
-
 #endif /* FIRM_BE_BEIRG_H */