aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSE.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/CSE.v')
-rw-r--r--backend/CSE.v4
1 files changed, 1 insertions, 3 deletions
diff --git a/backend/CSE.v b/backend/CSE.v
index 49b84899..13e9be8e 100644
--- a/backend/CSE.v
+++ b/backend/CSE.v
@@ -260,7 +260,7 @@ Definition equation_holds
(vres: valnum) (rh: rhs) : Prop :=
match rh with
| Op op vl =>
- eval_operation ge sp op (List.map valuation vl) m =
+ eval_operation ge sp op (List.map valuation vl) =
Some (valuation vres)
| Load chunk addr vl =>
exists a,
@@ -348,8 +348,6 @@ Definition transfer (f: function) (pc: node) (before: numbering) :=
empty_numbering
| Itailcall sig ros args =>
empty_numbering
- | Ialloc arg res s =>
- add_unknown before res
| Icond cond args ifso ifnot =>
before
| Ireturn optarg =>