summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2020-10-26 13:11:48 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2020-11-02 14:00:42 +0800
commite394e421dca4eb9dcf92c1c2559d3609d5db30b2 (patch)
tree848e2fcd48491c08f6d296c60ab079a78525972c
parent849d3ddd79b0dacd89f026f956f8985e198c2207 (diff)
downloadhaskell-e394e421dca4eb9dcf92c1c2559d3609d5db30b2.tar.gz
[CmmSized Int] fix haddock
(cherry picked from commit 5764bca329c18619598fbe99433f581a119a5898)
-rw-r--r--compiler/GHC/Builtin/primops.txt.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/GHC/Builtin/primops.txt.pp b/compiler/GHC/Builtin/primops.txt.pp
index d1e27c3ed4..e9990a1577 100644
--- a/compiler/GHC/Builtin/primops.txt.pp
+++ b/compiler/GHC/Builtin/primops.txt.pp
@@ -412,6 +412,8 @@ section "Int32#"
{Operations on 32-bit integers.}
------------------------------------------------------------------------
+primtype Int32#
+
primop Int32ExtendOp "extendInt32#" GenPrimOp Int32# -> Int#
primop Int32NarrowOp "narrowInt32#" GenPrimOp Int# -> Int32#