summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-12-02 15:52:22 -0800
committerDavid Terei <davidterei@gmail.com>2011-12-03 20:48:23 -0800
commita5aea1ae5b9c294e9c7638913b5f7e8e8312f84d (patch)
tree1d23911f0b51e8ec7fc06826f6e157d564a01b76 /compiler
parent30361d1804c578a478ac9275e6f899aba23388aa (diff)
downloadhaskell-a5aea1ae5b9c294e9c7638913b5f7e8e8312f84d.tar.gz
Remove old mangler comment
Diffstat (limited to 'compiler')
-rw-r--r--compiler/cmm/PprC.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/cmm/PprC.hs b/compiler/cmm/PprC.hs
index 270ce12670..d2a95b6599 100644
--- a/compiler/cmm/PprC.hs
+++ b/compiler/cmm/PprC.hs
@@ -447,9 +447,6 @@ pprLit platform lit = case lit of
-- WARNING:
-- * the lit must occur in the info table clbl2
-- * clbl1 must be an SRT, a slow entry point or a large bitmap
- -- The Mangler is expected to convert any reference to an SRT,
- -- a slow entry point or a large bitmap
- -- from an info table to an offset.
-> mkW_ <> pprCLabelAddr clbl1 <> char '+' <> int i
where