summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/SPARC/Ppr.hs
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2016-11-16 15:59:32 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2016-11-16 16:03:48 +0000
commit8dfca69f2339d8d6719f57a4592d35c7d09cca5f (patch)
treec6319798594e8c51ecc676b0823d098e36b1a2e4 /compiler/nativeGen/SPARC/Ppr.hs
parentd3542fad4b72b807dd1ece415a903fb08f1e490f (diff)
downloadhaskell-8dfca69f2339d8d6719f57a4592d35c7d09cca5f.tar.gz
Inline compiler/NOTES into X86/Ppr.hs
Reviewers: austin, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2721
Diffstat (limited to 'compiler/nativeGen/SPARC/Ppr.hs')
-rw-r--r--compiler/nativeGen/SPARC/Ppr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/SPARC/Ppr.hs b/compiler/nativeGen/SPARC/Ppr.hs
index eb41f2390f..4eba1c411e 100644
--- a/compiler/nativeGen/SPARC/Ppr.hs
+++ b/compiler/nativeGen/SPARC/Ppr.hs
@@ -76,7 +76,7 @@ pprNatCmmDecl proc@(CmmProc top_info lbl _ (ListGraph blocks)) =
-- elimination, it might be the target of a goto.
(if platformHasSubsectionsViaSymbols platform
then
- -- See Note [Subsections Via Symbols]
+ -- See Note [Subsections Via Symbols] in X86/Ppr.hs
text "\t.long "
<+> ppr info_lbl
<+> char '-'