From 163395dcfb21780aee5472887b92488c3bd82288 Mon Sep 17 00:00:00 2001 From: xleroy Date: Tue, 18 Aug 2009 15:46:53 +0000 Subject: Declaration of use_fused_mul, unused in this port but needed for extraction (I think) git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1131 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- arm/SelectOp.v | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arm') 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. + -- cgit