summaryrefslogtreecommitdiff
path: root/language/l2_parse.ml
diff options
context:
space:
mode:
Diffstat (limited to 'language/l2_parse.ml')
-rw-r--r--language/l2_parse.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/l2_parse.ml b/language/l2_parse.ml
index f4cb278a..f2ee40c1 100644
--- a/language/l2_parse.ml
+++ b/language/l2_parse.ml
@@ -47,6 +47,7 @@ base_effect_aux = (* effect *)
| BE_rmem (* read memory *)
| BE_wmem (* write memory *)
| BE_barr (* memory barrier *)
+ | BE_depend (* dynmically dependent footprint *)
| BE_undef (* undefined-instruction exception *)
| BE_unspec (* unspecified values *)
| BE_nondet (* nondeterminism from intra-instruction parallelism *)