summaryrefslogtreecommitdiff
path: root/arm/SelectOp.v
diff options
context:
space:
mode:
Diffstat (limited to 'arm/SelectOp.v')
-rw-r--r--arm/SelectOp.v3
1 files changed, 0 insertions, 3 deletions
diff --git a/arm/SelectOp.v b/arm/SelectOp.v
index 49676f8..4b5fde7 100644
--- a/arm/SelectOp.v
+++ b/arm/SelectOp.v
@@ -1193,7 +1193,4 @@ Definition addressing (chunk: memory_chunk) (e: expr) :=
(Aindexed Int.zero, e:::Enil)
end.
-(** For compatibility with PowerPC, but unused. *)
-
-Parameter use_fused_mul : unit -> bool.