From: Michael Beck Date: Tue, 19 Oct 2004 10:46:16 +0000 (+0000) Subject: set_opt_fragile_ops() function added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e5d676a4c201cf295b25ffaa2ed8d0ec7daabe76;p=libfirm set_opt_fragile_ops() function added [r4146] --- diff --git a/ir/ir/irflag.h b/ir/ir/irflag.h index fd030fa17..236c12f76 100644 --- a/ir/ir/irflag.h +++ b/ir/ir/irflag.h @@ -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. *