aboutsummaryrefslogtreecommitdiffstats
path: root/common/Memory.v
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-07-16 12:30:25 +0200
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-07-16 12:30:25 +0200
commitfd4d085aa988a6044f89fc17e8422be23bc87f9d (patch)
tree82639fb19304110566c52df31ab6c876cb206995 /common/Memory.v
parent70f5867e441e253869cb3b432af77636a186d1cb (diff)
parent56498b6437ea8deb89a4e1fadbbfec490b8341aa (diff)
downloadcompcert-kvx-fd4d085aa988a6044f89fc17e8422be23bc87f9d.tar.gz
compcert-kvx-fd4d085aa988a6044f89fc17e8422be23bc87f9d.zip
Merge remote-tracking branch 'origin/kvx-work' into kvx-sched-w-reg-press
Diffstat (limited to 'common/Memory.v')
-rw-r--r--common/Memory.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/Memory.v b/common/Memory.v
index bf8ca083..ff17efb0 100644
--- a/common/Memory.v
+++ b/common/Memory.v
@@ -41,8 +41,6 @@ Require Export Memdata.
Require Export Memtype.
Require Import Lia.
-Definition default_notrap_load_value (chunk : memory_chunk) := Vundef.
-
(* To avoid useless definitions of inductors in extracted code. *)
Local Unset Elimination Schemes.