Skip to content
GitLab
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
4684f717
Commit
4684f717
authored
Dec 21, 2005
by
simonpj
Browse files
[project @ 2005-12-21 11:43:29 by simonpj]
Missing Show instance for FreeRegs on PowerPC
parent
50ba9193
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/nativeGen/RegisterAlloc.hs
View file @
4684f717
...
...
@@ -156,6 +156,7 @@ allocateReg f r = filter (/= r) f
-- 32-bit words).
data
FreeRegs
=
FreeRegs
!
Word32
!
Word32
deriving
(
Show
)
-- The Show is used in an ASSERT
noFreeRegs
::
FreeRegs
noFreeRegs
=
FreeRegs
0
0
...
...
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