aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/CombineOp.v
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/CombineOp.v')
-rw-r--r--powerpc/CombineOp.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/powerpc/CombineOp.v b/powerpc/CombineOp.v
index 73b7c55b..b92e045e 100644
--- a/powerpc/CombineOp.v
+++ b/powerpc/CombineOp.v
@@ -81,7 +81,6 @@ Function combine_addr (addr: addressing) (args: list valnum) : option(addressing
| Aindexed n, x::nil =>
match get x with
| Some(Op (Oaddimm m) ys) => Some(Aindexed (Int.add m n), ys)
- | Some(Op Oadd ys) => if Int.eq_dec n Int.zero then Some(Aindexed2, ys) else None
| _ => None
end
| _, _ => None