summaryrefslogtreecommitdiff
path: root/arm
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-09-26 13:40:13 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-09-26 13:40:13 +0000
commit364176f170cf4b5e554cb62b4fedb86cfc0d52c3 (patch)
tree4d892c5f05d0ac5bdbf705c926ffda35fc21b409 /arm
parentc45548041d9f8849e4f7425cd4e71520d2d6341c (diff)
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
Diffstat (limited to 'arm')
-rw-r--r--arm/PrintOp.ml2
1 files changed, 1 insertions, 1 deletions
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