summaryrefslogtreecommitdiff
path: root/arm/Asmgenproof1.v
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-10 12:13:12 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-10 12:13:12 +0000
commit02779dbc71c0f6985427c47ec05dd25b44dd859c (patch)
treecdff116e8c7e5d82ae6943428018f39d1ce81d60 /arm/Asmgenproof1.v
parente29b0c71f446ea6267711c7cc19294fd93fb81ad (diff)
Glasnost: making transparent a number of definitions that were opaque
for no good reason. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2140 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'arm/Asmgenproof1.v')
-rw-r--r--arm/Asmgenproof1.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm/Asmgenproof1.v b/arm/Asmgenproof1.v
index 9d90d1f..06d6d17 100644
--- a/arm/Asmgenproof1.v
+++ b/arm/Asmgenproof1.v
@@ -813,8 +813,8 @@ Proof.
split. unfold rs3. Simpl.
replace (rs2 (crbit_for_cond cmp)) with (rs1 (crbit_for_cond cmp)).
destruct (eval_condition cmp rs##(preg_of##args) m) as [[]|]; simpl in *.
- rewrite B. simpl. Simpl.
- rewrite B. simpl. unfold rs2. Simpl.
+ rewrite B. simpl. rewrite Int.eq_false. Simpl. apply Int.one_not_zero.
+ rewrite B. simpl. rewrite Int.eq_true. unfold rs2. Simpl.
auto.
destruct cmp; reflexivity.
intros. transitivity (rs2 r).