summaryrefslogtreecommitdiff
path: root/powerpc
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 /powerpc
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 'powerpc')
-rw-r--r--powerpc/PrintOp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/PrintOp.ml b/powerpc/PrintOp.ml
index cac8cd2..eda41d1 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