set_opt_fragile_ops() function added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 19 Oct 2004 10:46:16 +0000 (10:46 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 19 Oct 2004 10:46:16 +0000 (10:46 +0000)
[r4146]

ir/ir/irflag.h

index fd030fa..236c12f 100644 (file)
@@ -184,6 +184,8 @@ void set_opt_dyn_meth_dispatch (int value);
 void set_opt_tail_recursion(int value);
 void set_opt_tail_recursion_verbose(int value);
 
+void set_opt_fragile_ops(int value);
+
 
 /** Enable/Disable normalizations of the firm representation.
  *