Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
d5036717
Commit
d5036717
authored
Sep 15, 2007
by
nr@eecs.harvard.edu
Browse files
lay ground for more readable dumping of CmmGraph
parent
74280942
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
d5036717
...
...
@@ -102,6 +102,7 @@ data DynFlag
-- debugging flags
=
Opt_D_dump_cmm
|
Opt_D_dump_cmmz
|
Opt_D_dump_cmmz_pretty
|
Opt_D_dump_cps_cmm
|
Opt_D_dump_cvt_cmm
|
Opt_D_dump_asm
...
...
@@ -1034,6 +1035,7 @@ dynamic_flags = [
,
(
"ddump-cmm"
,
setDumpFlag
Opt_D_dump_cmm
)
,
(
"ddump-cmmz"
,
setDumpFlag
Opt_D_dump_cmmz
)
,
(
"ddump-cmmz-pretty"
,
setDumpFlag
Opt_D_dump_cmmz_pretty
)
,
(
"ddump-cps-cmm"
,
setDumpFlag
Opt_D_dump_cps_cmm
)
,
(
"ddump-cvt-cmm"
,
setDumpFlag
Opt_D_dump_cvt_cmm
)
,
(
"ddump-asm"
,
setDumpFlag
Opt_D_dump_asm
)
...
...
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