aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/standard/Stacklayout.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-08-19 09:13:09 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-08-19 09:13:09 +0000
commit7ea8a55692e2a2d32efa0c84e19c37a3b56a0fd1 (patch)
treee324aff1a958e0a5d83f805ff3ca1d9eb07939f4 /ia32/standard/Stacklayout.v
parent5b73a4f223a0cadb7df3f1320fed86cde0d67d6e (diff)
downloadcompcert-7ea8a55692e2a2d32efa0c84e19c37a3b56a0fd1.tar.gz
compcert-7ea8a55692e2a2d32efa0c84e19c37a3b56a0fd1.zip
Cleaned up old commented-out parts
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1719 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'ia32/standard/Stacklayout.v')
-rw-r--r--ia32/standard/Stacklayout.v10
1 files changed, 0 insertions, 10 deletions
diff --git a/ia32/standard/Stacklayout.v b/ia32/standard/Stacklayout.v
index 1fa3fb3a..063fb4f7 100644
--- a/ia32/standard/Stacklayout.v
+++ b/ia32/standard/Stacklayout.v
@@ -138,13 +138,3 @@ Proof.
tauto.
Qed.
-(*
-Remark align_float_part:
- forall b,
- 4 * bound_outgoing b + 4 + 4 + 4 * bound_int_local b + 4 * bound_int_callee_save b <=
- align (4 * bound_outgoing b + 4 + 4 + 4 * bound_int_local b + 4 * bound_int_callee_save b) 8.
-
-Proof.
- intros. apply align_le. omega.
-Qed.
-*) \ No newline at end of file