aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/PrintOp.ml
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-09-26 13:40:13 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-09-26 13:40:13 +0000
commit364176f170cf4b5e554cb62b4fedb86cfc0d52c3 (patch)
tree4d892c5f05d0ac5bdbf705c926ffda35fc21b409 /powerpc/PrintOp.ml
parentc45548041d9f8849e4f7425cd4e71520d2d6341c (diff)
downloadcompcert-kvx-364176f170cf4b5e554cb62b4fedb86cfc0d52c3.tar.gz
compcert-kvx-364176f170cf4b5e554cb62b4fedb86cfc0d52c3.zip
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 'powerpc/PrintOp.ml')
-rw-r--r--powerpc/PrintOp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/PrintOp.ml b/powerpc/PrintOp.ml
index cac8cd2b..eda41d1d 100644
--- a/powerpc/PrintOp.ml
+++ b/powerpc/PrintOp.ml
@@ -12,7 +12,7 @@
(** Pretty-printing of operators, conditions, addressing modes *)
-open Format
+open Printf
open Camlcoq
open Integers
open Op