be_abi_put_ignore_regs returns now number of ignore registers as unsigned
[libfirm] / ir / be / belive.h
index 39f0a7f..f3e1e2d 100644 (file)
@@ -32,6 +32,7 @@
 #include "firm_types.h"
 #include "pset.h"
 
+#include "irlivechk.h"
 #include "bearch.h"
 
 typedef enum {
@@ -186,4 +187,5 @@ pset *be_liveness_nodes_live_at(const be_lv_t *lv, const arch_env_t *arch_env, c
  */
 pset *be_liveness_nodes_live_at_input(const be_lv_t *lv, const arch_env_t *arch_env, const arch_register_class_t *cls, const ir_node *pos, pset *live);
 
+
 #endif /* FIRM_BE_BELIVE_H */