aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/RTLpath.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-04-28 15:05:00 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-04-28 15:05:00 +0200
commitef1146ce5e56af8fb37c11af1a728b262656528d (patch)
treecd95b4b080b1bc7ab3eeeaa28b0344b1e7fb3bde /scheduling/RTLpath.v
parent71d69df10047aa5710adb4bcdc75e18bec4dbf27 (diff)
downloadcompcert-kvx-ef1146ce5e56af8fb37c11af1a728b262656528d.tar.gz
compcert-kvx-ef1146ce5e56af8fb37c11af1a728b262656528d.zip
Compatibilité Coq 8.13
Diffstat (limited to 'scheduling/RTLpath.v')
-rw-r--r--scheduling/RTLpath.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/scheduling/RTLpath.v b/scheduling/RTLpath.v
index 5b34dc16..2f73f1fa 100644
--- a/scheduling/RTLpath.v
+++ b/scheduling/RTLpath.v
@@ -27,8 +27,6 @@ Require Import AST Integers Values Events Memory Globalenvs Smallstep.
Require Import Op Registers.
Require Import RTL Linking.
-Declare Scope option_monad_scope.
-
Notation "'SOME' X <- A 'IN' B" := (match A with Some X => B | None => None end)
(at level 200, X ident, A at level 100, B at level 200)
: option_monad_scope.