Skip to content
Snippets Groups Projects
Commit 4fea285f authored by David Bühler's avatar David Bühler
Browse files

[kernel] Removes unused module PostdominatorsValue from Db.

parent 10650d91
No related branches found
No related tags found
No related merge requests found
...@@ -76,16 +76,6 @@ module Postdominators = struct ...@@ -76,16 +76,6 @@ module Postdominators = struct
let print_dot = mk_fun "Postdominators.print_dot" let print_dot = mk_fun "Postdominators.print_dot"
end end
module PostdominatorsValue = struct
let compute = mk_fun "PostdominatorsValue.compute"
let is_postdominator
: (kernel_function -> opening:stmt -> closing:stmt -> bool) ref
= mk_fun "PostdominatorsValue.is_postdominator"
let stmt_postdominators = mk_fun "PostdominatorsValue.stmt_postdominators"
let display = mk_fun "PostdominatorsValue.display"
let print_dot = mk_fun "PostdominatorsValue.print_dot"
end
(* ************************************************************************* *) (* ************************************************************************* *)
(** {2 GUI} *) (** {2 GUI} *)
(* ************************************************************************* *) (* ************************************************************************* *)
......
...@@ -128,8 +128,6 @@ end ...@@ -128,8 +128,6 @@ end
module Postdominators: PostdominatorsTypes.Sig module Postdominators: PostdominatorsTypes.Sig
module PostdominatorsValue: PostdominatorsTypes.Sig
(** {3 GUI} *) (** {3 GUI} *)
(** Registered daemon on progress. *) (** Registered daemon on progress. *)
......
...@@ -251,17 +251,6 @@ let output, _ = State_builder.apply_once "Postdominators.Compute.output" ...@@ -251,17 +251,6 @@ let output, _ = State_builder.apply_once "Postdominators.Compute.output"
let () = Db.Main.extend output let () = Db.Main.extend output
include
PostDomDb
(struct
let is_accessible = Eva.Results.is_reachable
let dependencies = [ Eva.Analysis.self ]
let name = "value"
let eval_cond stmt _e = Eva.Results.condition_truth_value stmt
end)
(Db.PostdominatorsValue)
(* (*
Local Variables: Local Variables:
compile-command: "make -C ../../.." compile-command: "make -C ../../.."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment