aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arm/SelectOp.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/arm/SelectOp.v b/arm/SelectOp.v
index 8ac4ea51..49676f83 100644
--- a/arm/SelectOp.v
+++ b/arm/SelectOp.v
@@ -1193,3 +1193,7 @@ 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.
+