aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2019-04-05 16:38:35 -0400
committerGravatar Jason Gross <jgross@mit.edu>2019-04-05 16:38:35 -0400
commit950bf3e1db4cb6920f5cd406510e17ad6a6a2cc1 (patch)
treeb9b3a0d3f37b1f6e5c0d263e127556722bcbb780
parentd0825b7a3caa1a16cace6691806f708df02f2fac (diff)
Generalize correctly in strip_literal_casts_rewrite_rulesT
-rw-r--r--src/RewriterRules.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RewriterRules.v b/src/RewriterRules.v
index 097497d9a..8f23c1793 100644
--- a/src/RewriterRules.v
+++ b/src/RewriterRules.v
@@ -481,7 +481,7 @@ Definition arith_with_casts_rewrite_rulesT : list (bool * Prop)
].
Definition strip_literal_casts_rewrite_rulesT : list (bool * Prop)
- := [dont_do_again (forall rx x, x ∈ rx -> cstZ rx ('x) = 'x)]%Z%zrange.
+ := generalize_cast [dont_do_again (forall rx x, x ∈ rx -> cstZ rx ('x) = 'x)]%Z%zrange.
Section fancy.
Context (invert_low invert_high : Z (*log2wordmax*) -> Z -> option Z)