remove unused be_add_remat function
[libfirm] / ir / be / beverify.h
index bd8d2f7..3eae1b3 100644 (file)
 #include "bearch.h"
 
 /**
- * Verifies, that the register pressure for a given register class doesn't exceed the limit
- * of available registers.
+ * Verifies, that the register pressure for a given register class doesn't
+ * exceed the limit of available registers.
  *
  * @param irg        The irg to check.
  * @param cls        The register class to check.
- * @return                      1 if the pressure is valid, 0 otherwise.
+ * @return           1 if the pressure is valid, 0 otherwise.
  */
 int be_verify_register_pressure(ir_graph *irg,
                                 const arch_register_class_t* cls);
@@ -46,8 +46,8 @@ int be_verify_register_pressure(ir_graph *irg,
 /**
  * Does some sanity checks on the schedule.
  *
- * @param irg  The irg to check
- * @return             1 if the schedule is valid, 0 otherwise
+ * @param irg   The irg to check
+ * @return      1 if the schedule is valid, 0 otherwise
  */
 int be_verify_schedule(ir_graph *irg);