aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Machtyping.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Machtyping.v')
-rw-r--r--backend/Machtyping.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/Machtyping.v b/backend/Machtyping.v
index 95ceafe6..2d8c83d3 100644
--- a/backend/Machtyping.v
+++ b/backend/Machtyping.v
@@ -77,6 +77,10 @@ Inductive wt_instr : instruction -> Prop :=
List.map mreg_type args = (ef_sig ef).(sig_args) ->
mreg_type res = proj_sig_res (ef_sig ef) ->
wt_instr (Mbuiltin ef args res)
+ | wt_Mannot:
+ forall ef args,
+ ef_reloads ef = false ->
+ wt_instr (Mannot ef args)
| wt_Mgoto:
forall lbl,
wt_instr (Mgoto lbl)