aboutsummaryrefslogtreecommitdiffstats
path: root/backend/OpHelpersproof.v
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-05-04 16:35:45 +0200
committerCyril SIX <cyril.six@kalray.eu>2020-05-04 16:35:45 +0200
commitc22a1828063756fdc11876993e6f1e2ca3bba04d (patch)
treef1d61e5ae919097062343e9309d1b96b6ca80dd1 /backend/OpHelpersproof.v
parent4f6c5833a149d0659f4bffaaeb464cd9864b3a9b (diff)
downloadcompcert-kvx-c22a1828063756fdc11876993e6f1e2ca3bba04d.tar.gz
compcert-kvx-c22a1828063756fdc11876993e6f1e2ca3bba04d.zip
Adding copyrights
Diffstat (limited to 'backend/OpHelpersproof.v')
-rw-r--r--backend/OpHelpersproof.v14
1 files changed, 13 insertions, 1 deletions
diff --git a/backend/OpHelpersproof.v b/backend/OpHelpersproof.v
index 08da8a36..63199520 100644
--- a/backend/OpHelpersproof.v
+++ b/backend/OpHelpersproof.v
@@ -1,3 +1,15 @@
+(* *************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* David Monniaux CNRS, VERIMAG *)
+(* *)
+(* Copyright VERIMAG. All rights reserved. *)
+(* This file is distributed under the terms of the INRIA *)
+(* Non-Commercial License Agreement. *)
+(* *)
+(* *************************************************************)
+
Require Import Coqlib.
Require Import Maps.
Require Import AST.
@@ -75,4 +87,4 @@ Definition helper_functions_declared {F V: Type} (p: AST.program (AST.fundef F)
/\ helper_declared p i32_umod "__compcert_i32_umod" sig_ii_i
/\ helper_declared p f32_div "__compcert_f32_div" sig_ss_s
/\ helper_declared p f64_div "__compcert_f64_div" sig_ff_f
-. \ No newline at end of file
+.