aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-05-26 00:27:35 +0100
committerYann Herklotz <git@yannherklotz.com>2022-05-26 00:27:35 +0100
commit27714f85233e52978caebd67b550bde51e693d48 (patch)
treeeca59983cb8c33ba084f5a25445b8df2f1c5ce8b /src/common
parent81618c8d08bd70effcbe3ec087f69106e3cedf95 (diff)
downloadvericert-27714f85233e52978caebd67b550bde51e693d48.tar.gz
vericert-27714f85233e52978caebd67b550bde51e693d48.zip
Add new block generation for Gible
Diffstat (limited to 'src/common')
-rw-r--r--src/common/DecEq.v7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/common/DecEq.v b/src/common/DecEq.v
index e9d716f..5f85e9b 100644
--- a/src/common/DecEq.v
+++ b/src/common/DecEq.v
@@ -28,8 +28,7 @@ Require Import compcert.lib.Integers.
Require Import compcert.lib.Floats.
Require Import vericert.common.Vericertlib.
-Require Import vericert.hls.RTLBlockInstr.
-Require Import vericert.hls.RTLBlock.
+Require Import vericert.hls.Gible.
Lemma comparison_eq: forall (x y : comparison), {x = y} + {x <> y}.
Proof.
@@ -115,6 +114,10 @@ Proof.
generalize Pos.eq_dec; intro.
generalize typ_eq; intro.
generalize Int.eq_dec; intro.
+ generalize Ptrofs.eq_dec; intro.
+ generalize Int64.eq_dec; intro.
+ generalize Float.eq_dec; intro.
+ generalize Float32.eq_dec; intro.
generalize memory_chunk_eq; intro.
generalize addressing_eq; intro.
generalize operation_eq; intro.