aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Machine.mli
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-12-15 17:39:43 +0100
committerCyril SIX <cyril.six@kalray.eu>2020-12-15 17:39:43 +0100
commite89ddc35d75d682ae6164b32c582d0fe497ef57c (patch)
treeb5fc36ea5caa1313d7a043a156293fcf9713f379 /cparser/Machine.mli
parentdc413cc8b95c4205af4de247de69a166284ecf99 (diff)
downloadcompcert-kvx-e89ddc35d75d682ae6164b32c582d0fe497ef57c.tar.gz
compcert-kvx-e89ddc35d75d682ae6164b32c582d0fe497ef57c.zip
Turning loads into non-trapping when necessary
Diffstat (limited to 'cparser/Machine.mli')
-rw-r--r--cparser/Machine.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Machine.mli b/cparser/Machine.mli
index 0e1e22d1..54436758 100644
--- a/cparser/Machine.mli
+++ b/cparser/Machine.mli
@@ -60,6 +60,7 @@ type t = {
supports_unaligned_accesses: bool;
struct_passing_style: struct_passing_style;
struct_return_style: struct_return_style;
+ has_non_trapping_loads: bool;
}
(* The current configuration *)