aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/NeedOp.v
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-04-09 11:02:52 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-04-09 11:02:52 +0200
commitb7720bc5973e9890e7c320bb34b784e2e2b2da69 (patch)
tree7c4dca4a00586bb9c6f2aaeec24e64a6dc77077f /riscV/NeedOp.v
parent2f2e7b1da225aa3bf066c2fc689a08fab9851a53 (diff)
downloadcompcert-kvx-b7720bc5973e9890e7c320bb34b784e2e2b2da69.tar.gz
compcert-kvx-b7720bc5973e9890e7c320bb34b784e2e2b2da69.zip
Removing addptrofs draft, next will be merging
Diffstat (limited to 'riscV/NeedOp.v')
-rw-r--r--riscV/NeedOp.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscV/NeedOp.v b/riscV/NeedOp.v
index d0ca5bb2..7d66cbb8 100644
--- a/riscV/NeedOp.v
+++ b/riscV/NeedOp.v
@@ -87,7 +87,6 @@ Definition needs_of_operation (op: operation) (nv: nval): list nval :=
| Ointofsingle | Ointuofsingle | Osingleofint | Osingleofintu => op1 (default nv)
| Olongofsingle | Olonguofsingle | Osingleoflong | Osingleoflongu => op1 (default nv)
| Ocmp c => needs_of_condition c
- | OEmoveSP => nil
| OEseqw _ => op2 (default nv)
| OEsnew _ => op2 (default nv)
| OEsequw _ => op2 (default nv)