Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
7fe71636
Commit
7fe71636
authored
Nov 10, 2016
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt the (commented out) pprTrace in OccurAnal
I did this while investigating Trac
#12776
parent
2325afe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
compiler/simplCore/OccurAnal.hs
compiler/simplCore/OccurAnal.hs
+3
-2
No files found.
compiler/simplCore/OccurAnal.hs
View file @
7fe71636
...
...
@@ -770,8 +770,9 @@ occAnalRec (CyclicSCC nodes) (body_uds, binds)
|
otherwise
-- At this point we always build a single Rec
=
-- pprTrace "occAnalRec" (vcat
-- [ text "tagged nodes" <+> ppr tagged_nodes
-- , text "lb edges" <+> ppr loop_breaker_edges])
-- [ text "weak_fvs" <+> ppr weak_fvs
-- , text "tagged nodes" <+> ppr tagged_nodes
-- , text "lb edges" <+> ppr loop_breaker_edges])
(
final_uds
,
Rec
pairs
:
binds
)
where
...
...
Write
Preview
Markdown
is supported
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