ia32: Use a more logical specification of operand sizes in the binary emitter.
[libfirm] / ir / be / belive.h
index e95949c..71c9586 100644 (file)
 #ifndef FIRM_BE_BELIVE_H
 #define FIRM_BE_BELIVE_H
 
-#include <stdio.h>
-
 #include "be_types.h"
-
-#include "firm_types.h"
-#include "pset.h"
-
-#include "irlivechk.h"
-#include "bearch.h"
 #include "irnodeset.h"
 
 typedef enum {
@@ -93,13 +85,6 @@ void be_liveness_remove(be_lv_t *lv, const ir_node *irn);
  */
 void be_liveness_introduce(be_lv_t *lv, ir_node *irn);
 
-/**
- * Add all nodes which are missing in the current liveness data.
- * The liveness data of the already existing nodes (in the liveness data) is not touched.
- * @param The liveness info.
- */
-void be_liveness_add_missing(be_lv_t *lv);
-
 /**
  * Check, if a node is live in at a block.
  * @param block The block.