summaryrefslogtreecommitdiff
path: root/compiler/prelude
diff options
context:
space:
mode:
authoralexbiehl <alex.biehl@gmail.com>2017-10-29 20:47:26 -0400
committerBen Gamari <ben@smart-cactus.org>2017-10-29 21:51:00 -0400
commit7673561555ae354fd9eed8de1e57c681906e2d49 (patch)
tree783602c83122f0567c935d9e6f3c85d0b18649ee /compiler/prelude
parentcecd2f2d708d419878205ddd8b87bba18e6483d9 (diff)
downloadhaskell-7673561555ae354fd9eed8de1e57c681906e2d49.tar.gz
Turn `compareByteArrays#` out-of-line primop into inline primop
Depends on D4090 Reviewers: austin, bgamari, erikd, simonmar, alexbiehl Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4091
Diffstat (limited to 'compiler/prelude')
-rw-r--r--compiler/prelude/primops.txt.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp
index c29e296c1c..ce72036387 100644
--- a/compiler/prelude/primops.txt.pp
+++ b/compiler/prelude/primops.txt.pp
@@ -1410,7 +1410,6 @@ primop CompareByteArraysOp "compareByteArrays#" GenPrimOp
respectively, to be byte-wise lexicographically less than, to
match, or be greater than the second range.}
with
- out_of_line = True
can_fail = True
primop CopyByteArrayOp "copyByteArray#" GenPrimOp