aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Unusedglobproof.v
diff options
context:
space:
mode:
authorVincent Laporte <vbgl@users.noreply.github.com>2019-03-25 10:45:46 +0100
committerXavier Leroy <xavierleroy@users.noreply.github.com>2019-03-25 10:45:45 +0100
commit624553ae0b0be62a16ff4bcc9df358f71b759815 (patch)
tree34803b6e1070e3909ff3f17001a042d9515c4738 /backend/Unusedglobproof.v
parentc85e957812d4581f17a534f3754c555a6a2a2243 (diff)
downloadcompcert-kvx-624553ae0b0be62a16ff4bcc9df358f71b759815.tar.gz
compcert-kvx-624553ae0b0be62a16ff4bcc9df358f71b759815.zip
Minor simplifications in two proofs. (#280)
Preparation for Coq PR 9725 that may make `eauto` stronger.
Diffstat (limited to 'backend/Unusedglobproof.v')
-rw-r--r--backend/Unusedglobproof.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/Unusedglobproof.v b/backend/Unusedglobproof.v
index 7899a04c..d5f871a0 100644
--- a/backend/Unusedglobproof.v
+++ b/backend/Unusedglobproof.v
@@ -1373,9 +1373,9 @@ Proof.
* apply Y with id; auto.
* exists gd1; auto.
* exists gd2; auto.
- * eapply used_not_defined_2 in GD1; eauto. eapply used_not_defined_2 in GD2; eauto.
+ * eapply used_not_defined_2 in GD1; [ | eauto | congruence ].
+ eapply used_not_defined_2 in GD2; [ | eauto | congruence ].
tauto.
- congruence.
}
destruct E as [g LD].
left. unfold prog_defs_names; simpl.