From 2bcd06d59f3b844626cd8e00a2803351de83dfb1 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 20 Jun 2017 14:22:44 -0400 Subject: Use solve_wf_side_condition to synch the depth of auto with wf --- src/Compilers/Z/Bounds/Pipeline/Definition.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Compilers/Z/Bounds/Pipeline/Definition.v b/src/Compilers/Z/Bounds/Pipeline/Definition.v index ff9e6f8b1..815f1f0e4 100644 --- a/src/Compilers/Z/Bounds/Pipeline/Definition.v +++ b/src/Compilers/Z/Bounds/Pipeline/Definition.v @@ -181,7 +181,7 @@ Section with_round_up_list. all:autorewrite with reflective_interp. (** Now handle word-size selection *) all:(eapply MapCastCorrect_eq; [ | eassumption | eassumption | assumption | .. ]; - [ solve [ auto 60 with wf ] | reflexivity | ]). + [ solve_wf_side_condition | reflexivity | ]). (** Now handle all the transformations that come before the word-size selection *) all:repeat autorewrite with reflective_interp; reflexivity. Qed. -- cgit v1.2.3