summaryrefslogtreecommitdiff
path: root/asmcomp/split.ml
diff options
context:
space:
mode:
authorPierre Chambart <chambart@users.noreply.github.com>2018-03-15 13:59:51 +0100
committerMark Shinwell <mshinwell@gmail.com>2018-03-15 12:59:51 +0000
commit69fb40bb55bcf313d1a6137e90ea81e99669d38f (patch)
tree9b76b2bcadbcf8e8e17a6dfcb75975da747815cf /asmcomp/split.ml
parentf0ac94d0c381b7fee6c9747e6dd75f18e90e0bfa (diff)
downloadocaml-69fb40bb55bcf313d1a6137e90ea81e99669d38f.tar.gz
Disable CSE for the initialization function (#1455)
Diffstat (limited to 'asmcomp/split.ml')
-rw-r--r--asmcomp/split.ml2
1 files changed, 1 insertions, 1 deletions
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;
}