Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
8f1d0a14
Commit
8f1d0a14
authored
Jan 10, 2006
by
simonmar
Browse files
[project @ 2006-01-10 14:47:23 by simonmar]
Fix a comment
parent
3a0d52e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/codeGen/CgPrimOp.hs
View file @
8f1d0a14
...
...
@@ -403,7 +403,7 @@ translateOp AddrLeOp = Just mo_wordULe
translateOp
AddrGtOp
=
Just
mo_wordUGt
translateOp
AddrLtOp
=
Just
mo_wordULt
--
32-bit unsigned
ops
--
Char#
ops
translateOp
CharEqOp
=
Just
(
MO_Eq
wordRep
)
translateOp
CharNeOp
=
Just
(
MO_Ne
wordRep
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment