fixed double enum name
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 20 Sep 2007 10:03:13 +0000 (10:03 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 20 Sep 2007 10:03:13 +0000 (10:03 +0000)
[r15898]

ir/ir/irflag_t.h

index 92041a1..d0819bd 100644 (file)
@@ -58,7 +58,7 @@ typedef enum {
 #undef I_FLAG
 #undef E_FLAG
 #undef R_FLAG
-} libfirm_opts_t;
+} libfirm_running_t;
 
 extern optimization_state_t libFIRM_opt, libFIRM_running, libFIRM_verb;
 extern firm_verification_t opt_do_node_verification;