aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Constprop.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Constprop.v')
-rw-r--r--backend/Constprop.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Constprop.v b/backend/Constprop.v
index 3820311c..330857cd 100644
--- a/backend/Constprop.v
+++ b/backend/Constprop.v
@@ -634,7 +634,7 @@ Definition transfer (f: function) (pc: node) (before: D.t) :=
to approximations. It can fail to reach a fixpoint in a reasonable
number of iterations, in which case [None] is returned. *)
-Module DS := Dataflow_Solver D.
+Module DS := Dataflow_Solver(D)(NodeSetForward).
Definition analyze (f: RTL.function): option (PMap.t D.t) :=
DS.fixpoint (successors f) f.(fn_nextpc) (transfer f)