aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/PrintAsm.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-02-05 13:02:29 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2015-02-05 13:02:29 +0100
commit20ee821830467d091984ccf9ed646de7975866a7 (patch)
tree08d4243d8df2c19b224b28ff5f1945dd95658fff /powerpc/PrintAsm.mli
parentf6b9815685741a76fee78dfb58e8fb8dd70db8f0 (diff)
downloadcompcert-20ee821830467d091984ccf9ed646de7975866a7.tar.gz
compcert-20ee821830467d091984ccf9ed646de7975866a7.zip
Changed the ASM printer of the powerpc to the generalized backend.
Diffstat (limited to 'powerpc/PrintAsm.mli')
-rw-r--r--powerpc/PrintAsm.mli13
1 files changed, 0 insertions, 13 deletions
diff --git a/powerpc/PrintAsm.mli b/powerpc/PrintAsm.mli
deleted file mode 100644
index aefe3a0a..00000000
--- a/powerpc/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