aboutsummaryrefslogtreecommitdiffstats
path: root/backend/RTLgenspec.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/RTLgenspec.v')
-rw-r--r--backend/RTLgenspec.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/RTLgenspec.v b/backend/RTLgenspec.v
index 6e027271..0210aa5b 100644
--- a/backend/RTLgenspec.v
+++ b/backend/RTLgenspec.v
@@ -919,8 +919,7 @@ Inductive tr_function: CminorSel.function -> RTL.function -> Prop :=
rparams
f.(CminorSel.fn_stackspace)
code
- nentry
- (mkuntrustedanalysis None None)).
+ nentry).
(** * Correctness proof of the translation functions *)