summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-02-16 23:39:35 +0000
committerGravatar letouzey <letouzey@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-02-16 23:39:35 +0000
commita0a5ac6bdf9450a57c2306aeda4b4add980c79bd (patch)
tree23a656be6e35f4b861dcf022fb49be3047ee4a55 /backend
parent16896fba349890741b2d084a82343836cbaeab52 (diff)
PL: Un mot-cle Proof qui n'a rien a faire la...
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@5 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend')
-rw-r--r--backend/PPCgenproof.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/PPCgenproof.v b/backend/PPCgenproof.v
index d89046f..99aa4c8 100644
--- a/backend/PPCgenproof.v
+++ b/backend/PPCgenproof.v
@@ -97,7 +97,6 @@ Fixpoint code_tail (pos: Z) (c: code) {struct c} : code :=
| nil => nil
| i :: il => if zeq pos 0 then c else code_tail (pos - 1) il
end.
-Proof.
Lemma find_instr_tail:
forall c pos,