remove no-out_of_bounds option from lower_switch
[libfirm] / ir / be / beloopana.h
index e7a3688..327f608 100644 (file)
@@ -22,7 +22,6 @@
  * @brief       Compute register pressure in loops.
  * @author      Christian Wuerdig
  * @date        20.02.2007
- * @version     $Id$
  */
 #ifndef FIRM_BE_BELOOPANA_H
 #define FIRM_BE_BELOOPANA_H
 #include "bearch.h"
 #include "beirg.h"
 
-typedef struct _be_loopana_t be_loopana_t;
+typedef struct be_loopana_t be_loopana_t;
 
 /**
- * Compute the register pressure for a class of all loops in the birg.
+ * Compute the register pressure for a class of all loops in the irg.
  * @param irg   The graph
  * @param cls   The register class to compute the pressure for
  * @return The loop analysis object.
@@ -44,7 +43,7 @@ be_loopana_t *be_new_loop_pressure_cls(ir_graph *irg,
                                        const arch_register_class_t *cls);
 
 /**
- * Compute the register pressure of all loops in the birg.
+ * Compute the register pressure of all loops in the irg.
  * @param irg   The graph
  * @param cls   register class to compute loop pressure for,
  *              if NULL computes for all classes