aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/StructPassing.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/StructPassing.mli
parent8cd40f0bd7571ba4adf8b35234df88a0522d403d (diff)
downloadcompcert-kvx-fcc5b32267d22de13553c0f5fc61ae60f0723a50.tar.gz
compcert-kvx-fcc5b32267d22de13553c0f5fc61ae60f0723a50.zip
Renamed StructReturn to structPassing
Diffstat (limited to 'cparser/StructPassing.mli')
-rw-r--r--cparser/StructPassing.mli16
1 files changed, 16 insertions, 0 deletions
diff --git a/cparser/StructPassing.mli b/cparser/StructPassing.mli
new file mode 100644
index 00000000..45899a46
--- /dev/null
+++ b/cparser/StructPassing.mli
@@ -0,0 +1,16 @@
+(* *********************************************************************)
+(* *)
+(* 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