aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSE3.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/CSE3.v')
-rw-r--r--backend/CSE3.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/CSE3.v b/backend/CSE3.v
index d54b9ffa..f8a25515 100644
--- a/backend/CSE3.v
+++ b/backend/CSE3.v
@@ -69,7 +69,7 @@ Definition transf_function (f: function) : res function :=
do tenv <- type_function f;
let (invariants, hints) := preanalysis tenv f in
let ctx := context_from_hints hints in
- if check_inductiveness (ctx:=ctx) tenv invariants f
+ if check_inductiveness (ctx:=ctx) f tenv invariants
then
OK {| fn_sig := f.(fn_sig);
fn_params := f.(fn_params);