Added dataflow module
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
open Cfg
|
||||
open Analysis
|
||||
open Analysis.Cfg
|
||||
|
||||
module SimpleStatements = struct
|
||||
type t =
|
||||
@ -63,7 +64,7 @@ module SimpleStatements = struct
|
||||
List.iter (fun x -> pp ppf x; Printf.printf "; ") c
|
||||
end
|
||||
|
||||
module SSCfg = Cfg.Make(SimpleStatements)
|
||||
module SSCfg = Cfg.Make(SimpleStatements)
|
||||
|
||||
let rec convert_c (prevcfg: SSCfg.t) (prg: Types.c_exp) : SSCfg.t =
|
||||
let open SimpleStatements in
|
||||
|
||||
Reference in New Issue
Block a user