aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CMparser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'backend/CMparser.mly')
-rw-r--r--backend/CMparser.mly6
1 files changed, 0 insertions, 6 deletions
diff --git a/backend/CMparser.mly b/backend/CMparser.mly
index f62e05d4..b48a486e 100644
--- a/backend/CMparser.mly
+++ b/backend/CMparser.mly
@@ -42,12 +42,6 @@ let mkef sg toks =
EF_vload c
| [EFT_tok "volatile"; EFT_tok "store"; EFT_chunk c] ->
EF_vstore c
- | [EFT_tok "volatile"; EFT_tok "load"; EFT_chunk c;
- EFT_tok "global"; EFT_string s; EFT_int n] ->
- EF_vload_global(c, intern_string s, coqint_of_camlint n)
- | [EFT_tok "volatile"; EFT_tok "store"; EFT_chunk c;
- EFT_tok "global"; EFT_string s; EFT_int n] ->
- EF_vstore_global(c, intern_string s, coqint_of_camlint n)
| [EFT_tok "malloc"] ->
EF_malloc
| [EFT_tok "free"] ->