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
6c969e22
Commit
6c969e22
authored
Jan 19, 2012
by
Simon Marlow
Browse files
add an SCC
parent
c6d557e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/CmmUtils.hs
View file @
6c969e22
...
...
@@ -438,7 +438,7 @@ foldGraphBlocks :: (CmmBlock -> a -> a) -> a -> CmmGraph -> a
foldGraphBlocks
k
z
g
=
mapFold
k
z
$
toBlockMap
g
postorderDfs
::
CmmGraph
->
[
CmmBlock
]
postorderDfs
g
=
postorder_dfs_from
(
toBlockMap
g
)
(
g_entry
g
)
postorderDfs
g
=
{-# SCC "postorderDfs" #-}
postorder_dfs_from
(
toBlockMap
g
)
(
g_entry
g
)
----------------------------------------------------------------------
----- Splicing between blocks
...
...
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