Module Cilutil.Instr


module Instr: sig .. end

type t = Cil_types.kinstr 
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val pretty : Format.formatter -> t -> unit
val loc : t -> Cil_types.location