From 82d69d247c7de8387b92936086abdc3d441c8628 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 18 Nov 2021 22:10:55 +0000 Subject: Rename pipelining --- src/pipelining/SPTyping.mli | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/pipelining/SPTyping.mli (limited to 'src/pipelining/SPTyping.mli') diff --git a/src/pipelining/SPTyping.mli b/src/pipelining/SPTyping.mli new file mode 100644 index 0000000..dd27875 --- /dev/null +++ b/src/pipelining/SPTyping.mli @@ -0,0 +1,14 @@ +(***********************************************************************) +(* *) +(* Compcert Extensions *) +(* *) +(* Jean-Baptiste Tristan *) +(* *) +(* All rights reserved. This file is distributed under the terms *) +(* described in file ../../LICENSE. *) +(* *) +(***********************************************************************) + + + +(*val type_function : RTL.coq_function -> unit*) -- cgit