lower_dw: huge refactoring, allow custom lowering funcs, fix endianess problems
[libfirm] / include / libfirm / irverify.h
index ce6c0e4..65eec62 100644 (file)
@@ -55,7 +55,7 @@ FIRM_API int irn_verify_irg_dump(ir_node *checknode, ir_graph *irg, const char *
 /**
  * Flags for irg_verify().
  */
-typedef enum _irg_verify_flags_t {
+typedef enum irg_verify_flags_t {
        VERIFY_NORMAL      = 0,      /**< check SSA property only if dominance information is available */
        VERIFY_ENFORCE_SSA = 1       /**< check SSA property by enforcing the dominance information recalculation */
 } irg_verify_flags_t;