aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Lineartyping.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-12-02 21:39:20 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-12-02 21:39:20 +0100
commit553714035fc08f9b145b89b3dd7c455f06e917df (patch)
tree164f3837a342000eae3addb403b7a189bb2097c6 /backend/Lineartyping.v
parentf0c1cc8327ecf2b1e3021bce66f2d6bb0265f6c0 (diff)
downloadcompcert-kvx-553714035fc08f9b145b89b3dd7c455f06e917df.tar.gz
compcert-kvx-553714035fc08f9b145b89b3dd7c455f06e917df.zip
finish merge
Diffstat (limited to 'backend/Lineartyping.v')
-rw-r--r--backend/Lineartyping.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Lineartyping.v b/backend/Lineartyping.v
index 994d2652..3fe61470 100644
--- a/backend/Lineartyping.v
+++ b/backend/Lineartyping.v
@@ -328,7 +328,7 @@ Local Opaque mreg_type.
change ty_res with (snd (ty_args, ty_res)). rewrite <- TYOP. eapply type_of_operation_sound; eauto.
red; intros; subst op. simpl in ISMOVE.
destruct args; try discriminate. destruct args; discriminate.
- apply wt_undef_regs; auto.
+ (* no longer needed apply wt_undef_regs; auto. *)
- (* load *)
simpl in *; InvBooleans.
econstructor; eauto.