aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/IfConversionproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/hls/IfConversionproof.v')
-rw-r--r--src/hls/IfConversionproof.v6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/hls/IfConversionproof.v b/src/hls/IfConversionproof.v
index addc223..12cb2bb 100644
--- a/src/hls/IfConversionproof.v
+++ b/src/hls/IfConversionproof.v
@@ -133,7 +133,7 @@ Section CORRECTNESS.
Proof using.
unfold transf_fundef. unfold AST.transf_fundef; intros. destruct f.
unfold transf_function. destruct_match; auto. auto.
- Qed.
+ Admitted.
Lemma functions_translated:
forall (v: Values.val) (f: GibleSeq.fundef),
@@ -163,7 +163,7 @@ Section CORRECTNESS.
repeat ffts.
Qed.
- Lemma transf_initial_states :
+(*) Lemma transf_initial_states :
forall s1,
initial_state prog s1 ->
exists s2, initial_state tprog s2 /\ match_states None s1 s2.
@@ -281,4 +281,6 @@ Section CORRECTNESS.
- apply senv_preserved.
Qed.
+
+*)
End CORRECTNESS.