From: simonpj Date: Fri, 24 Aug 2001 09:02:39 +0000 (+0000) Subject: [project @ 2001-08-24 09:02:39 by simonpj] X-Git-Tag: Approximately_9120_patches~1085 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c4e2d1f98df3151546de8076f981f853c8042a1b;p=ghc-hetmet.git [project @ 2001-08-24 09:02:39 by simonpj] Comment only --- diff --git a/ghc/compiler/coreSyn/CoreTidy.lhs b/ghc/compiler/coreSyn/CoreTidy.lhs index 2f45691..d1b9205 100644 --- a/ghc/compiler/coreSyn/CoreTidy.lhs +++ b/ghc/compiler/coreSyn/CoreTidy.lhs @@ -95,7 +95,8 @@ binder to ensure that the unique assigned is the same as the Id had in any previous compilation run. - 3. If it's an external Id, make it have a global Name and vice versa. + 3. If it's an external Id, make it have a global Name, otherwise + make it have a local Name. This is used by the code generator to decide whether to make the label externally visible