fix cvt emitter
[libfirm] / ir / be / beloopana.h
index 151300d..98f575c 100644 (file)
@@ -19,14 +19,14 @@ typedef struct _be_loopana_t be_loopana_t;
  * Compute the register pressure for a class of all loops in the birg.
  * @param birg  The backend irg object
  * @param cls   The register class to compute the pressure for
- * @return The loop analysation object.
+ * @return The loop analysis object.
  */
 be_loopana_t *be_new_loop_pressure_cls(be_irg_t *birg, const arch_register_class_t *cls);
 
 /**
  * Compute the register pressure for all classes of all loops in the birg.
  * @param birg  The backend irg object
- * @return The loop analysation object.
+ * @return The loop analysis object.
  */
 be_loopana_t *be_new_loop_pressure(be_irg_t *birg);
 
@@ -37,7 +37,7 @@ be_loopana_t *be_new_loop_pressure(be_irg_t *birg);
 unsigned be_get_loop_pressure(be_loopana_t *loop_ana, const arch_register_class_t *cls, ir_loop *loop);
 
 /**
- * Frees loop analysation object.
+ * Frees loop analysis object.
  */
 void be_free_loop_pressure(be_loopana_t *loop_ana);