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 c303da9..51a2841 100644
--- a/src/hls/IfConversionproof.v
+++ b/src/hls/IfConversionproof.v
@@ -110,7 +110,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),
@@ -140,7 +140,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 s1 s2.
@@ -207,4 +207,6 @@ Section CORRECTNESS.
+ apply transf_step_correct.
Qed.
+
+*)
End CORRECTNESS.