From 364176f170cf4b5e554cb62b4fedb86cfc0d52c3 Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 26 Sep 2013 13:40:13 +0000 Subject: Do not use Format for faster printing of RTL, XTL, LTL, Mach git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2338 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- arm/PrintOp.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm') diff --git a/arm/PrintOp.ml b/arm/PrintOp.ml index eff3959..4be41eb 100644 --- a/arm/PrintOp.ml +++ b/arm/PrintOp.ml @@ -12,7 +12,7 @@ (** Pretty-printing of operators, conditions, addressing modes *) -open Format +open Printf open Camlcoq open Integers open Op -- cgit v1.2.3