Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
regAlloc :: (Outputable instr, Instruction instr) => NCGConfig -> LiveCmmDecl statics instr -> UniqSM (NatCmmDecl statics instr, Maybe Int, Maybe RegAllocStats) Source #
module GHC.CmmToAsm.Reg.Linear.Base