aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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.