From 825d357b40f2e2a33bd9a8ba0ac6098c4953f2ae Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 18 Nov 2004 17:12:58 +0000 Subject: [PATCH] Added doxygen comment [r4433] --- ir/ir/irflag.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ir/ir/irflag.h b/ir/ir/irflag.h index 3d8a7da1c..e6a91d5ca 100644 --- a/ir/ir/irflag.h +++ b/ir/ir/irflag.h @@ -202,6 +202,13 @@ void set_opt_dyn_meth_dispatch (int value); void set_opt_tail_recursion(int value); void set_opt_tail_recursion_verbose(int value); +/** Enable/Disable floating of fragile ops. + * + * This flags enables/disables the floating of fragile operations. + * If this flag is on, fragile operations which are known to NOT raise + * an exception can be place to other basic blocks. + * Otherwise they remain in the block they were created. + */ void set_opt_fragile_ops(int value); -- 2.20.1