Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
bccd9e85
Commit
bccd9e85
authored
Aug 07, 2012
by
Simon Marlow
Browse files
Add missing cases in hand-coded instance Eq GlobalReg
aargh.
parent
3cf60503
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/CmmExpr.hs
View file @
bccd9e85
...
...
@@ -345,9 +345,11 @@ instance Eq GlobalReg where
SpLim
==
SpLim
=
True
Hp
==
Hp
=
True
HpLim
==
HpLim
=
True
CCCS
==
CCCS
=
True
CurrentTSO
==
CurrentTSO
=
True
CurrentNursery
==
CurrentNursery
=
True
HpAlloc
==
HpAlloc
=
True
EagerBlackholeInfo
==
EagerBlackholeInfo
=
True
GCEnter1
==
GCEnter1
=
True
GCFun
==
GCFun
=
True
BaseReg
==
BaseReg
=
True
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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