ghc-6.12.2: The GHC APISource codeContentsIndex
CmmCPS
Synopsis
cmmCPS :: DynFlags -> [Cmm] -> IO [Cmm]
Documentation
Converts C-- with full proceedures and parameters to a CPS transformed C-- with the stack made manifest.
cmmCPSSource
:: DynFlagsDynamic flags: -dcmm-lint -ddump-cps-cmm
-> [Cmm]Input C-- with Proceedures
-> IO [Cmm]Output CPS transformed C--
Top level driver for the CPS pass
Produced by Haddock version 2.6.1