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
72fd3e30
Commit
72fd3e30
authored
Sep 12, 2007
by
nr@eecs.harvard.edu
Browse files
overlooked ZipCfgExtras for a name change
parent
9259deb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/ZipCfgExtras.hs
View file @
72fd3e30
...
...
@@ -51,11 +51,11 @@ exit g@(LGraph eid _) = FGraph eid (ZBlock h (ZLast l)) others
splice_focus_entry
(
FGraph
eid
(
ZBlock
head
tail
)
blocks
)
g
=
let
(
tail'
,
g'
)
=
splice_tail
g
tail
in
FGraph
eid
(
ZBlock
head
tail'
)
(
plusUFM
(
g
r
_blocks
g'
)
blocks
)
FGraph
eid
(
ZBlock
head
tail'
)
(
plusUFM
(
l
g_blocks
g'
)
blocks
)
splice_focus_exit
(
FGraph
eid
(
ZBlock
head
tail
)
blocks
)
g
=
let
(
g'
,
head'
)
=
splice_head
head
g
in
FGraph
eid
(
ZBlock
head'
tail
)
(
plusUFM
(
g
r
_blocks
g'
)
blocks
)
FGraph
eid
(
ZBlock
head'
tail
)
(
plusUFM
(
l
g_blocks
g'
)
blocks
)
-- | Fold from first to last
fold_fwd_block
::
...
...
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