aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/SelectLongproof.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-04-12 13:45:14 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-04-12 13:45:14 +0200
commit5cc18b7860630f822ada1e56ae73c6d96b372361 (patch)
tree1e6877d6d84f2a121a5b8aa74b781bd54060dd16 /mppa_k1c/SelectLongproof.v
parent819e0e55f945923adc6e8cfccb2e7a9b44a814ac (diff)
downloadcompcert-kvx-5cc18b7860630f822ada1e56ae73c6d96b372361.tar.gz
compcert-kvx-5cc18b7860630f822ada1e56ae73c6d96b372361.zip
some more simplifications
Diffstat (limited to 'mppa_k1c/SelectLongproof.v')
-rw-r--r--mppa_k1c/SelectLongproof.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/mppa_k1c/SelectLongproof.v b/mppa_k1c/SelectLongproof.v
index 0700ac4d..3fa35331 100644
--- a/mppa_k1c/SelectLongproof.v
+++ b/mppa_k1c/SelectLongproof.v
@@ -439,6 +439,7 @@ Proof.
destruct (orlimm_match a); InvEval; subst.
- econstructor; split. apply eval_longconst. simpl. rewrite Int64.or_commut; auto.
- TrivialExists. simpl. rewrite Val.orl_assoc. rewrite Int64.or_commut; auto.
+- InvEval. TrivialExists.
- TrivialExists.
Qed.