[project @ 2001-05-03 08:10:09 by simonpj]
authorsimonpj <unknown>
Thu, 3 May 2001 08:10:09 +0000 (08:10 +0000)
committersimonpj <unknown>
Thu, 3 May 2001 08:10:09 +0000 (08:10 +0000)
Comment wibble only

ghc/compiler/simplCore/OccurAnal.lhs

index eaa3383..750e2b6 100644 (file)
@@ -210,7 +210,7 @@ shortMeOut ind_env exported_id local_id
        not (local_id `elemVarEnv` ind_env)     -- Only if not already substituted for
     then
        if shortableIdInfo (idInfo exported_id)         -- Only if its IdInfo is 'shortable'
-                                                       -- (see the defn of IdInfo.shortableIdInfo
+                                                       -- (see the defn of IdInfo.shortableIdInfo)
        then True
        else pprTrace "shortMeOut:" (ppr exported_id) False
     else