summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoops.ml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/InterpreterLoops.ml')
-rw-r--r--compiler/InterpreterLoops.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterLoops.ml b/compiler/InterpreterLoops.ml
index 2b7241ba..2d900b7d 100644
--- a/compiler/InterpreterLoops.ml
+++ b/compiler/InterpreterLoops.ml
@@ -370,7 +370,7 @@ let destructure_new_abs (loop_id : V.LoopId.id)
Note that we decompose only in the "fresh" abstractions (this is controled
by the [old_aids] parameter).
- TODO: how to factorize with {!destructure_abs}?
+ TODO: how to factorize with {!InterpreterBorrows.destructure_abs}?
*)
let decompose_shared_avalues (loop_id : V.LoopId.id)
(old_aids : V.AbstractionId.Set.t) (ctx : C.eval_ctx) : C.eval_ctx =