summaryrefslogtreecommitdiff
path: root/src/constant_propagation.mli
diff options
context:
space:
mode:
authorBrian Campbell2019-03-06 17:07:09 +0000
committerBrian Campbell2019-03-07 11:59:26 +0000
commitdc60b5018596669090b5d6761f24b2e8801546e9 (patch)
tree397783f08d1c0828d3650f04df5558e34379ed31 /src/constant_propagation.mli
parentec1b88c90bea062f0658fc1efad8aa00005e4c0a (diff)
Simplify handling of referenced variables in constant propagation
Diffstat (limited to 'src/constant_propagation.mli')
-rw-r--r--src/constant_propagation.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constant_propagation.mli b/src/constant_propagation.mli
index 291ec056..1537b927 100644
--- a/src/constant_propagation.mli
+++ b/src/constant_propagation.mli
@@ -65,3 +65,5 @@ val const_prop :
tannot exp Bindings.t ->
tannot exp ->
tannot exp * tannot exp Bindings.t
+
+val referenced_vars : tannot exp -> IdSet.t