X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FcodeGen%2FCgTailCall.lhs;h=94a96f748b42e686d4ae678dbee2a06bd8491690;hb=7f1bc015a4094a8282ad4090768d780fd4d6122d;hp=c65ec1c4b5d65a7f404369df262dd21552d79927;hpb=970cd21327e30e5b9af594884f1ac79334ed0582;p=ghc-hetmet.git diff --git a/compiler/codeGen/CgTailCall.lhs b/compiler/codeGen/CgTailCall.lhs index c65ec1c..94a96f7 100644 --- a/compiler/codeGen/CgTailCall.lhs +++ b/compiler/codeGen/CgTailCall.lhs @@ -6,7 +6,7 @@ \begin{code} module CgTailCall ( - cgTailCall, performTailCall, + cgTailCall, performTailCall, doFinalJump, performReturn, performPrimReturn, emitKnownConReturnCode, emitAlgReturnCode, returnUnboxedTuple, ccallReturnUnboxedTuple,