ghc-7.0.4: The GHC API

CmmCPSZ

Synopsis

Documentation

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