Semi-tagging optimisation
[ghc-hetmet.git] / compiler / codeGen / CgTailCall.lhs
index 94a96f7..c65ec1c 100644 (file)
@@ -6,7 +6,7 @@
 
 \begin{code}
 module CgTailCall (
-       cgTailCall, performTailCall, doFinalJump,
+       cgTailCall, performTailCall,
        performReturn, performPrimReturn,
        emitKnownConReturnCode, emitAlgReturnCode,
        returnUnboxedTuple, ccallReturnUnboxedTuple,