aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/nativeinstr.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-07-17 15:28:29 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-07-17 15:28:29 +0200
commit9f4787b7ae9ee7f19bb74db39ec7304bfa97ebd5 (patch)
treebec7fe446c30d35763df27096bacba7ad1a56fdc /kernel/nativeinstr.mli
parentb799252775563b4f46f5ea39cbfc469759e7a296 (diff)
parent140aa841e808f01a47e11df31cbd188d910c0b58 (diff)
Merge PR #8055: Fast accumulator check in native compilation
Diffstat (limited to 'kernel/nativeinstr.mli')
-rw-r--r--kernel/nativeinstr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/nativeinstr.mli b/kernel/nativeinstr.mli
index eaad8ee0c..5075bd3d1 100644
--- a/kernel/nativeinstr.mli
+++ b/kernel/nativeinstr.mli
@@ -36,7 +36,7 @@ and lambda =
| Lcase of annot_sw * lambda * lambda * lam_branches
(* annotations, term being matched, accu, branches *)
| Lif of lambda * lambda * lambda
- | Lfix of (int array * int) * fix_decl
+ | Lfix of (int array * (string * inductive) array * int) * fix_decl
| Lcofix of int * fix_decl (* must be in eta-expanded form *)
| Lmakeblock of prefix * pconstructor * int * lambda array
(* prefix, constructor name, constructor tag, arguments *)