ghc-6.12.1: The GHC APISource codeContentsIndex
RegAlloc.Linear.JoinToTargets
Description
Handles joining of a jump instruction to its targets.
Synopsis
joinToTargets :: Instruction instr => BlockMap RegSet -> BlockId -> instr -> RegM ([NatBasicBlock instr], instr)
Documentation
joinToTargetsSource
:: Instruction instr
=> BlockMap RegSetid of the current block
-> BlockIdbranch instr on the end of the source block.
-> instr
-> RegM ([NatBasicBlock instr], instr)
For a jump instruction at the end of a block, generate fixup code so its vregs are in the correct regs for its destination.
Produced by Haddock version 2.6.0