aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/IfConversionproof.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-06-28 18:26:34 +0100
committerYann Herklotz <git@yannherklotz.com>2022-06-28 18:26:34 +0100
commitd8464b57c4f56937b04e1caa37eea3b287dd415c (patch)
tree575755fa750a950b783a6795f57de3eab3a82aee /src/hls/IfConversionproof.v
parente72ef9094c1d8239e56c4da126bb3f05341702a2 (diff)
parent56f1dd7a658dd21bb267dc41fc0301adbd620a6d (diff)
downloadvericert-d8464b57c4f56937b04e1caa37eea3b287dd415c.tar.gz
vericert-d8464b57c4f56937b04e1caa37eea3b287dd415c.zip
Merge remote-tracking branch 'origin/dev/scheduling' into dev/scheduling
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.