ghc-7.4.1: The GHC API

Safe HaskellSafe-Infered

RegClass

Description

An architecture independent description of a register's class.

Synopsis

Documentation

data RegClass Source

The class of a register. Used in the register allocator. We treat all registers in a class as being interchangable.