aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-06-20 14:22:44 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-06-20 14:22:44 -0400
commit2bcd06d59f3b844626cd8e00a2803351de83dfb1 (patch)
tree621d186cd4647f0a4486507902d9c448b9ac887b /src
parent1ddc71486f91d7bd3156c8ed7c3909fb657902c5 (diff)
Use solve_wf_side_condition to synch the depth of auto with wf
Diffstat (limited to 'src')
-rw-r--r--src/Compilers/Z/Bounds/Pipeline/Definition.v2
1 files changed, 1 insertions, 1 deletions
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.