aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/standard/Stacklayout.v
diff options
context:
space:
mode:
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