cvs commit: fptools/ghc/compiler/codeGen CgTailCall.lhs
Simon Marlow
simonmar at glass.cse.ogi.edu
Thu Feb 12 05:26:36 EST 2004
simonmar 2004/02/12 05:26:36 PST
Modified files: (Branch: backend-hacking-branch)
ghc/compiler/codeGen CgTailCall.lhs
Log:
Fix for cgTailCall: it should do a return if the type of the function
is *unlifted*, which is not the same as being a pointer (there are
pointed things that are unlifted). Fixes the "entering ARR_WORDS" crash.
Revision Changes Path
1.38.6.18 +22 -21 fptools/ghc/compiler/codeGen/CgTailCall.lhs
More information about the Cvs-ghc
mailing list