Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
c0378a27
Commit
c0378a27
authored
Nov 28, 2008
by
Simon Marlow
Browse files
add missing case to Ord GlobalReg (EagerBlackhole == EagerBlackhole)
parent
dc667ab5
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/CmmExpr.hs
View file @
c0378a27
...
...
@@ -387,6 +387,7 @@ instance Ord GlobalReg where
compare
CurrentTSO
CurrentTSO
=
EQ
compare
CurrentNursery
CurrentNursery
=
EQ
compare
HpAlloc
HpAlloc
=
EQ
compare
EagerBlackholeInfo
EagerBlackholeInfo
=
EQ
compare
GCEnter1
GCEnter1
=
EQ
compare
GCFun
GCFun
=
EQ
compare
BaseReg
BaseReg
=
EQ
...
...
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