Skip to content
GitLab
Menu
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
b47302cb
Commit
b47302cb
authored
Jul 15, 2007
by
Michael D. Adams
Browse files
Properly parse GC blocks for functions with info tables
parent
0fbb3a5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/CmmParse.y
View file @
b47302cb
...
...
@@ -210,7 +210,7 @@ cmmproc :: { ExtCode }
$6;
return (info_lbl, info, live, formals, frame, gc_block) }
blks <- code (cgStmtsToBlocks stmts)
code (emitInfoTableAndCode info_lbl (CmmInfo
Nothing
frame info) formals blks) }
code (emitInfoTableAndCode info_lbl (CmmInfo
gc_block
frame info) formals blks) }
| info maybe_formals ';'
{ do (info_lbl, info, live) <- $1;
...
...
Write
Preview
Supports
Markdown
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