Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/a5aea1ae5b9c294e9c7638913b5f7e8e8312f84d

>---------------------------------------------------------------

commit a5aea1ae5b9c294e9c7638913b5f7e8e8312f84d
Author: David Terei <[email protected]>
Date:   Fri Dec 2 15:52:22 2011 -0800

    Remove old mangler comment

>---------------------------------------------------------------

 compiler/cmm/PprC.hs |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/compiler/cmm/PprC.hs b/compiler/cmm/PprC.hs
index 270ce12..d2a95b6 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



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to