aboutsummaryrefslogtreecommitdiffstats
path: root/backend/RTL.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-09-03 23:02:06 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-09-03 23:02:06 +0200
commit1d90fa730df7d1cb2ee726d3b41b9915ae4e4e2e (patch)
treec6f814f178b11a93f2a4113ddaad536dcdf4d657 /backend/RTL.v
parent2fe044ba1dbaa3fce00a221d988e06c6907cfaf2 (diff)
downloadcompcert-kvx-1d90fa730df7d1cb2ee726d3b41b9915ae4e4e2e.tar.gz
compcert-kvx-1d90fa730df7d1cb2ee726d3b41b9915ae4e4e2e.zip
moved trapping_mode to a more appropriate place
Diffstat (limited to 'backend/RTL.v')
-rw-r--r--backend/RTL.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/RTL.v b/backend/RTL.v
index d09cca77..95fa1f82 100644
--- a/backend/RTL.v
+++ b/backend/RTL.v
@@ -36,8 +36,6 @@ Require Import Op Registers.
Definition node := positive.
-Inductive trapping_mode : Type := TRAP | NOTRAP.
-
Inductive instruction: Type :=
| Inop: node -> instruction
(** No operation -- just branch to the successor. *)