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
a20e8369
Commit
a20e8369
authored
May 18, 2007
by
Michael D. Adams
Browse files
Fixed missing space in pretty printer for CmmJump
parent
98037604
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/PprCmm.hs
View file @
a20e8369
...
...
@@ -206,6 +206,7 @@ genJump expr args =
else
case
expr
of
CmmLoad
(
CmmReg
_
)
_
->
pprExpr
expr
_
->
parens
(
pprExpr
expr
)
,
space
,
parens
(
commafy
$
map
ppr
args
)
,
semi
]
...
...
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