summaryrefslogtreecommitdiff
path: root/backend/Reloadtyping.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Reloadtyping.v')
-rw-r--r--backend/Reloadtyping.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/Reloadtyping.v b/backend/Reloadtyping.v
index 1bb462d..60be59b 100644
--- a/backend/Reloadtyping.v
+++ b/backend/Reloadtyping.v
@@ -197,7 +197,8 @@ Proof.
destruct a.
simpl. decEq. eauto.
caseEq (slot_type s); intro SLOTTYPE; rewrite SLOTTYPE in H.
- destruct itmps. discriminate. simpl. decEq.
+ destruct itmps. discriminate.
+ simpl. decEq.
rewrite SLOTTYPE. auto with coqlib.
apply IHlocs; auto with coqlib.
destruct ftmps. discriminate. simpl. decEq.