jon.recoil.org

Module Clflags.Register_allocator

type t =
  1. | Cfg
  2. | Irc
  3. | Ls
  4. | Gi
val to_string : Clflags.Register_allocator.t -> string
val of_string : string -> Clflags.Register_allocator.t option
val assoc_list : (string * Clflags.Register_allocator.t) list