aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2022-02-03 15:04:46 +0100
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2022-02-03 15:04:46 +0100
commitf67fbc3c26510ac95b1c957b1b288e25f0fc4a31 (patch)
tree294c26f2c029cd716496d4ad81b18b04fd3fc510 /lib
parent760300e972f4c4b3eb14d90e79580bb1f2632197 (diff)
parent8675997219a5883ca639429639b2ab0edff16aa2 (diff)
downloadcompcert-kvx-f67fbc3c26510ac95b1c957b1b288e25f0fc4a31.tar.gz
compcert-kvx-f67fbc3c26510ac95b1c957b1b288e25f0fc4a31.zip
Merge ../kvx-work into kvx_fp_division
Diffstat (limited to 'lib')
-rw-r--r--lib/Intv.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Intv.v b/lib/Intv.v
index 4b5ed77d..3a491819 100644
--- a/lib/Intv.v
+++ b/lib/Intv.v
@@ -245,8 +245,8 @@ Next Obligation.
red. lia.
Qed.
Next Obligation.
- assert (x = hi - 1 \/ x < hi - 1) by lia.
- destruct H2. congruence. auto.
+ assert (EITHER: x = hi - 1 \/ x < hi - 1) by lia.
+ destruct EITHER. congruence. auto.
Qed.
Next Obligation.
exists wildcard'; split; auto. lia.