change pn_XXX_max enum to really be the maximum pn and not maximum+1, add n_XXX_max...
[libfirm] / ir / be / beloopana.h
index e7a3688..4074640 100644 (file)
 #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 +44,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