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
b540be06
Commit
b540be06
authored
Dec 22, 2011
by
dterei
Browse files
Fix validation warning
parent
84b596a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/OldPprCmm.hs
View file @
b540be06
...
...
@@ -221,7 +221,7 @@ genJump platform expr =
-- return (a, b, c);
--
genReturn
::
Platform
->
SDoc
genReturn
platform
=
genReturn
_
=
hcat
[
ptext
(
sLit
"return"
)
,
semi
]
-- --------------------------------------------------------------------------
...
...
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