diff options
author | Vilem Liepelt <17603372+buggymcbugfix@users.noreply.github.com> | 2021-08-04 22:58:06 +0200 |
---|---|---|
committer | Vilem Liepelt <17603372+buggymcbugfix@users.noreply.github.com> | 2021-08-04 22:58:06 +0200 |
commit | 29013e262e56720e941db454716ef78466dd8037 (patch) | |
tree | f2b02e6fbde77fe3580e888d4c0d603aba0b2e74 | |
parent | 3e220dfffb1b36da1d0ce5478ec51ad006396f30 (diff) | |
download | haskell-wip/buggymcbugfix/arrayOf-primop.tar.gz |
-rw-r--r-- | compiler/GHC/Builtin/primops.txt.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/GHC/Builtin/primops.txt.pp b/compiler/GHC/Builtin/primops.txt.pp index 6346383023..8b72329da4 100644 --- a/compiler/GHC/Builtin/primops.txt.pp +++ b/compiler/GHC/Builtin/primops.txt.pp @@ -1581,9 +1581,6 @@ primop SmallArrayOfOp "smallArrayOf#" GenPrimOp with has_side_effects = True -primop SameSmallMutableArrayOp "sameSmallMutableArray#" GenPrimOp - SmallMutableArray# s a -> SmallMutableArray# s a -> Int# - primop ShrinkSmallMutableArrayOp_Char "shrinkSmallMutableArray#" GenPrimOp SmallMutableArray# s a -> Int# -> State# s -> State# s {Shrink mutable array to new specified size, in |