Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
5c77b95c
Commit
5c77b95c
authored
Sep 12, 2007
by
v.dijk.bas@gmail.com
Browse files
Forgot to import Data.List.find
parent
1241c26f
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/nativeGen/RegSpillClean.hs
View file @
5c77b95c
...
...
@@ -42,7 +42,7 @@ import Outputable
import
Util
import
Data.Maybe
import
Data.List
(
nub
)
import
Data.List
(
find
,
nub
)
-- | Clean out unneeded spill/reloads from this top level thing.
cleanSpills
::
LiveCmmTop
->
LiveCmmTop
...
...
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