diff options
-rw-r--r-- | compiler/GHC/Builtin/primops.txt.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Builtin/primops.txt.pp b/compiler/GHC/Builtin/primops.txt.pp index 37a3b33979..49e533dfcd 100644 --- a/compiler/GHC/Builtin/primops.txt.pp +++ b/compiler/GHC/Builtin/primops.txt.pp @@ -535,7 +535,7 @@ primop Word32OrOp "orWord32#" GenPrimOp Word32# -> Word32# -> Word32# primop Word32XorOp "xorWord32#" GenPrimOp Word32# -> Word32# -> Word32# with commutable = True -primop Word32NotOp "not32Word#" GenPrimOp Word32# -> Word32# +primop Word32NotOp "notWord32#" GenPrimOp Word32# -> Word32# primop Word32SllOp "uncheckedShiftLWord32#" GenPrimOp Word32# -> Int# -> Word32# primop Word32SrlOp "uncheckedShiftRLWord32#" GenPrimOp Word32# -> Int# -> Word32# |