aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Intv.v
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-07-11 08:30:14 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2016-07-11 08:30:14 +0200
commitd5b86a98560c36fbcb3ab8d2698e09147acda512 (patch)
treef3ab850a1620fa5d3dbbe439998d09de8e0d817d /lib/Intv.v
parentea2d6b70ed06c60dba9ba81cf53883c85fb92068 (diff)
parent3872ce9f9806d9af334b1fde092145edf664d170 (diff)
downloadcompcert-d5b86a98560c36fbcb3ab8d2698e09147acda512.tar.gz
compcert-d5b86a98560c36fbcb3ab8d2698e09147acda512.zip
Merge branch 'master' into add-file
Diffstat (limited to 'lib/Intv.v')
-rw-r--r--lib/Intv.v6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Intv.v b/lib/Intv.v
index 090ff408..57d946e3 100644
--- a/lib/Intv.v
+++ b/lib/Intv.v
@@ -248,7 +248,7 @@ Next Obligation.
destruct H2. congruence. auto.
Qed.
Next Obligation.
- exists wildcard'0; split; auto. omega.
+ exists wildcard'; split; auto. omega.
Qed.
Next Obligation.
exists (hi - 1); split; auto. omega.
@@ -310,7 +310,3 @@ Hint Resolve
disjoint_range
in_shift in_shift_inv
in_elements elements_in : intv.
-
-
-
-