summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVilem Liepelt <17603372+buggymcbugfix@users.noreply.github.com>2021-08-04 22:58:06 +0200
committerVilem Liepelt <17603372+buggymcbugfix@users.noreply.github.com>2021-08-04 22:58:06 +0200
commit29013e262e56720e941db454716ef78466dd8037 (patch)
treef2b02e6fbde77fe3580e888d4c0d603aba0b2e74
parent3e220dfffb1b36da1d0ce5478ec51ad006396f30 (diff)
downloadhaskell-wip/buggymcbugfix/arrayOf-primop.tar.gz
-rw-r--r--compiler/GHC/Builtin/primops.txt.pp3
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