From e5d676a4c201cf295b25ffaa2ed8d0ec7daabe76 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 19 Oct 2004 10:46:16 +0000 Subject: [PATCH] set_opt_fragile_ops() function added [r4146] --- ir/ir/irflag.h | 2 ++ 1 file changed, 2 insertions(+) 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. * -- 2.20.1