ghc-7.2.1: The GHC API

SPARC.CodeGen

Synopsis

Documentation

cmmTopCodeGen :: RawCmmTop -> NatM [NatCmmTop CmmStatics Instr]Source

Top level code generation

type InstrBlock = OrdList InstrSource

InstrBlocks are the insn sequences generated by the insn selectors. They are really trees of insns to facilitate fast appending, where a left-to-right traversal yields the insns in the correct order.