Fixed optimization of Div/Mod/DivMod nodes
[libfirm] / ir / ir / irhooks.h
index bffbb22..a51fed9 100644 (file)
@@ -28,6 +28,7 @@
  * options for the hook_merge_nodes hook
  */
 typedef enum {
+  HOOK_OPT_DEAD_BLOCK,  /**< a block was removed because it's dead */
   HOOK_OPT_STG,         /**< straightening optimization */
   HOOK_OPT_IFSIM,       /**< if simplification */
   HOOK_OPT_CONST_EVAL,  /**< constant evaluation */
@@ -144,7 +145,7 @@ typedef enum {
  * register the hook entry.
  *
  * @param hook   the hook type
- * @rapam entry  the hook entry
+ * @param entry  the hook entry
  */
 void register_hook(hook_type_t hook, hook_entry_t *entry);