allow character mode constants
[libfirm] / ir / be / belive.h
index adb8126..23bc394 100644 (file)
@@ -4,13 +4,12 @@
  * @date   6.12.2004
  * @cvs-id $Id$
  */
-
-#ifndef _BELIVE_H
-#define _BELIVE_H
+#ifndef FIRM_BELIVE_H
+#define FIRM_BELIVE_H
 
 #include "firm_types.h"
 #include "pset.h"
-#include "bearch_t.h"
+#include "bearch.h"
 
 #include <stdio.h>
 
@@ -49,9 +48,9 @@ void be_liveness_recompute(be_lv_t *lv);
 /**
  * Update the liveness information for a single node.
  * It is irrelevant if there is liveness information present for the node.
- * The liveness information for the node is firstly deleted and then recompute.
- * So, if the node is fresh and never recorded inf the liveness information
- * before, it is more efficient to call be_liveness_introduce().
+ * The liveness information for the node is firstly deleted and then recomputed.
+ * If the node is fresh and never recorded inf the liveness information before,
+ * it is more efficient to call be_liveness_introduce().
  */
 void be_liveness_update(be_lv_t *lv, ir_node *irn);