ghc-7.0.3: The GHC API
CmmCPSZ
Synopsis
Converts C-- with full proceedures and parameters to a CPS transformed C-- with the stack made manifest. Well, sort of.
protoCmmCPSZ :: HscEnv -> (TopSRT, [CmmZ]) -> CmmZ -> IO (TopSRT, [CmmZ])Source
Top level driver for the CPS pass