aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/NeedOp.v
diff options
context:
space:
mode:
Diffstat (limited to 'riscV/NeedOp.v')
-rw-r--r--riscV/NeedOp.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/riscV/NeedOp.v b/riscV/NeedOp.v
index 4ed9868c..cfadea37 100644
--- a/riscV/NeedOp.v
+++ b/riscV/NeedOp.v
@@ -117,8 +117,6 @@ Definition needs_of_operation (op: operation) (nv: nval): list nval :=
| OEoril _ => op1 (default nv)
| OEloadli _ => op1 (default nv)
| OEmayundef _ => op2 (default nv)
- | OEshrxundef _ => op2 (default nv)
- | OEshrxlundef _ => op2 (default nv)
| OEfeqd => op2 (default nv)
| OEfltd => op2 (default nv)
| OEfled => op2 (default nv)