X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcodeGen%2FCgTailCall.lhs;fp=ghc%2Fcompiler%2FcodeGen%2FCgTailCall.lhs;h=73e7aaa93f340bbd98d64a9e8a7d7b6b40a89511;hb=1553c7788e7f663bfc55813158325d695a21a229;hp=8dfd5f484a0f29a772334740b9746b46158f8e54;hpb=057e3f0d571845f91178cb0e416566e063696425;p=ghc-hetmet.git diff --git a/ghc/compiler/codeGen/CgTailCall.lhs b/ghc/compiler/codeGen/CgTailCall.lhs index 8dfd5f4..73e7aaa 100644 --- a/ghc/compiler/codeGen/CgTailCall.lhs +++ b/ghc/compiler/codeGen/CgTailCall.lhs @@ -1,7 +1,7 @@ % % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % -% $Id: CgTailCall.lhs,v 1.31 2001/10/25 05:07:32 sof Exp $ +% $Id: CgTailCall.lhs,v 1.32 2002/03/14 15:27:17 simonpj Exp $ % %******************************************************** %* * @@ -345,7 +345,7 @@ tailCallFun tailCallFun fun fun_amode lf_info arg_amodes pending_assts = nodeMustPointToIt lf_info `thenFC` \ node_points -> -- we use the name of fun', the Id from the environment, rather than - -- fun from the STG tree, in case it is a top-level name that we globalised + -- fun from the STG tree, in case it is a top-level name that we externalised -- (see cgTopRhsClosure). getEntryConvention (idName fun) lf_info (map getAmodeRep arg_amodes) `thenFC` \ entry_conv ->