From 69fb40bb55bcf313d1a6137e90ea81e99669d38f Mon Sep 17 00:00:00 2001 From: Pierre Chambart Date: Thu, 15 Mar 2018 13:59:51 +0100 Subject: Disable CSE for the initialization function (#1455) --- asmcomp/split.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asmcomp/split.ml') diff --git a/asmcomp/split.ml b/asmcomp/split.ml index ec1a52de83..59826284c8 100644 --- a/asmcomp/split.ml +++ b/asmcomp/split.ml @@ -221,7 +221,7 @@ let fundecl f = { fun_name = f.fun_name; fun_args = new_args; fun_body = new_body; - fun_fast = f.fun_fast; + fun_codegen_options = f.fun_codegen_options; fun_dbg = f.fun_dbg; fun_spacetime_shape = f.fun_spacetime_shape; } -- cgit v1.2.1