aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/PrintAsm.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-03-10 11:05:10 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2015-03-10 11:05:10 +0100
commit7c154d856a6ac8d1b8db61a6e7825510ae03ea91 (patch)
tree59446adad30f0af9e41ea9e13170c530561e907a /ia32/PrintAsm.mli
parente37e366c826a0dc422e449b9ad0afa70be204e12 (diff)
parent5a027c08f3fed3e52061978e1757ffb255422333 (diff)
downloadcompcert-kvx-7c154d856a6ac8d1b8db61a6e7825510ae03ea91.tar.gz
compcert-kvx-7c154d856a6ac8d1b8db61a6e7825510ae03ea91.zip
Merge remote-tracking branch 'github/backend_printer' into dwarf
Conflicts: arm/PrintAsm.ml ia32/PrintAsm.ml powerpc/PrintAsm.ml
Diffstat (limited to 'ia32/PrintAsm.mli')
-rw-r--r--ia32/PrintAsm.mli13
1 files changed, 0 insertions, 13 deletions
diff --git a/ia32/PrintAsm.mli b/ia32/PrintAsm.mli
deleted file mode 100644
index aefe3a0a..00000000
--- a/ia32/PrintAsm.mli
+++ /dev/null
@@ -1,13 +0,0 @@
-(* *********************************************************************)
-(* *)
-(* The Compcert verified compiler *)
-(* *)
-(* Xavier Leroy, INRIA Paris-Rocquencourt *)
-(* *)
-(* Copyright Institut National de Recherche en Informatique et en *)
-(* Automatique. All rights reserved. This file is distributed *)
-(* under the terms of the INRIA Non-Commercial License Agreement. *)
-(* *)
-(* *********************************************************************)
-
-val print_program: out_channel -> Asm.program -> unit