aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/StructReturn.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2018-02-16 16:32:41 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2018-02-16 16:32:41 +0100
commitfcc5b32267d22de13553c0f5fc61ae60f0723a50 (patch)
treefd9a1b9a7cb0385a3779390cd06c1ec1b0c0a88d /cparser/StructReturn.mli
parent8cd40f0bd7571ba4adf8b35234df88a0522d403d (diff)
downloadcompcert-fcc5b32267d22de13553c0f5fc61ae60f0723a50.tar.gz
compcert-fcc5b32267d22de13553c0f5fc61ae60f0723a50.zip
Renamed StructReturn to structPassing
Diffstat (limited to 'cparser/StructReturn.mli')
-rw-r--r--cparser/StructReturn.mli16
1 files changed, 0 insertions, 16 deletions
diff --git a/cparser/StructReturn.mli b/cparser/StructReturn.mli
deleted file mode 100644
index 45899a46..00000000
--- a/cparser/StructReturn.mli
+++ /dev/null
@@ -1,16 +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 GNU General Public License as published by *)
-(* the Free Software Foundation, either version 2 of the License, or *)
-(* (at your option) any later version. This file is also distributed *)
-(* under the terms of the INRIA Non-Commercial License Agreement. *)
-(* *)
-(* *********************************************************************)
-
-val program: C.program -> C.program