Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
526d2ebc
Commit
526d2ebc
authored
Apr 20, 2017
by
Sergei Trofimovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pprDebugCLabel: drop duplicate trailing ')'
Signed-off-by:
Sergei Trofimovich
<
slyfox@gentoo.org
>
parent
a18f58d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
compiler/cmm/CLabel.hs
compiler/cmm/CLabel.hs
+2
-2
No files found.
compiler/cmm/CLabel.hs
View file @
526d2ebc
...
...
@@ -360,7 +360,7 @@ pprDebugCLabel lbl
<+>
ppr
src
<+>
ppr
funOrData
)
_
->
ppr
lbl
<>
(
parens
$
text
"other CLabel
)
"
)
_
->
ppr
lbl
<>
(
parens
$
text
"other CLabel"
)
data
IdLabelInfo
...
...
@@ -416,7 +416,7 @@ data RtsLabelInfo
-- Determines the suffix appended to the name when a CLabel.CmmLabel
-- is pretty printed.
data
CmmLabelInfo
=
CmmInfo
-- ^ misc rts info tables
s
, suffix _info
=
CmmInfo
-- ^ misc rts info tables,
suffix _info
|
CmmEntry
-- ^ misc rts entry points, suffix _entry
|
CmmRetInfo
-- ^ misc rts ret info tables, suffix _info
|
CmmRet
-- ^ misc rts return points, suffix _ret
...
...
Write
Preview
Markdown
is supported
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