aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/Stacklayout.v
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-10-20 13:32:18 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-10-20 13:32:18 +0200
commit4d542bc7eafadb16b845cf05d1eb4988eb55ed0f (patch)
tree1961b41815fc6e392cc0bd2beeb0fb504bc160ce /powerpc/Stacklayout.v
parent7a6bb90048db7a254e959b1e3c308bac5fe6c418 (diff)
downloadcompcert-4d542bc7eafadb16b845cf05d1eb4988eb55ed0f.tar.gz
compcert-4d542bc7eafadb16b845cf05d1eb4988eb55ed0f.zip
Updated PR by removing whitespaces. Bug 17450.
Diffstat (limited to 'powerpc/Stacklayout.v')
-rw-r--r--powerpc/Stacklayout.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/powerpc/Stacklayout.v b/powerpc/Stacklayout.v
index be823c1e..a751fd98 100644
--- a/powerpc/Stacklayout.v
+++ b/powerpc/Stacklayout.v
@@ -117,10 +117,10 @@ Proof.
fe_ofs_float_callee_save, fe_num_float_callee_save,
fe_stack_data.
set (x1 := align (8 + 4 * bound_outgoing b) 8).
- assert (8 | x1). unfold x1; apply align_divides. omega.
+ assert (8 | x1). unfold x1; apply align_divides. omega.
set (x2 := x1 + 4 * bound_local b).
assert (4 | x2). unfold x2; apply Zdivide_plus_r; auto.
- apply Zdivides_trans with 8. exists 2; auto. auto.
+ apply Zdivides_trans with 8. exists 2; auto. auto.
exists (bound_local b); ring.
set (x3 := x2 + 4).
assert (4 | x3). unfold x3; apply Zdivide_plus_r; auto. exists 1; auto.