diff options
Diffstat (limited to 'bytecomp/lambda.mli')
-rw-r--r-- | bytecomp/lambda.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bytecomp/lambda.mli b/bytecomp/lambda.mli index 8d78c7482..f1974332d 100644 --- a/bytecomp/lambda.mli +++ b/bytecomp/lambda.mli @@ -55,6 +55,8 @@ type primitive = | Parraysetu of array_kind | Parrayrefs of array_kind | Parraysets of array_kind + (* Test if the argument is a block or an immediate integer *) + | Pisint (* Bitvect operations *) | Pbittest |