aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Linearizeproof.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-08-05 14:40:34 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-08-05 14:40:34 +0000
commitbdc7b815d033f84e5538a1c8db87d3c061b1ca4c (patch)
treebc3ca91f80b4193335cdcc07e7003c9527b48350 /backend/Linearizeproof.v
parent213bf38509f4f92545d4c5749c25a55b9a9dda36 (diff)
downloadcompcert-kvx-bdc7b815d033f84e5538a1c8db87d3c061b1ca4c.tar.gz
compcert-kvx-bdc7b815d033f84e5538a1c8db87d3c061b1ca4c.zip
Added 'going wrong' behaviors
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1120 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend/Linearizeproof.v')
-rw-r--r--backend/Linearizeproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Linearizeproof.v b/backend/Linearizeproof.v
index c24d3704..1fb068d8 100644
--- a/backend/Linearizeproof.v
+++ b/backend/Linearizeproof.v
@@ -707,7 +707,7 @@ Proof.
Qed.
Theorem transf_program_correct:
- forall (beh: program_behavior),
+ forall (beh: program_behavior), not_wrong beh ->
LTL.exec_program prog beh -> LTLin.exec_program tprog beh.
Proof.
unfold LTL.exec_program, exec_program; intros.