aboutsummaryrefslogtreecommitdiffstats
path: root/src/SoftwarePipelining/SPBasic.mli
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-12-17 10:03:30 +0000
committerYann Herklotz <git@yannherklotz.com>2020-12-17 10:03:30 +0000
commit82b3cfa677c21e7d1fab907f1824bb101f819291 (patch)
tree3be6d494b1da4562f36ac98ed43b5a016cb3f345 /src/SoftwarePipelining/SPBasic.mli
parent51e3a17d2e65b095861c243807f4e8d76c60ea0e (diff)
downloadvericert-82b3cfa677c21e7d1fab907f1824bb101f819291.tar.gz
vericert-82b3cfa677c21e7d1fab907f1824bb101f819291.zip
Modify software pipelining for build
Diffstat (limited to 'src/SoftwarePipelining/SPBasic.mli')
-rw-r--r--src/SoftwarePipelining/SPBasic.mli12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/SoftwarePipelining/SPBasic.mli b/src/SoftwarePipelining/SPBasic.mli
index 03b3a97..f16e524 100644
--- a/src/SoftwarePipelining/SPBasic.mli
+++ b/src/SoftwarePipelining/SPBasic.mli
@@ -32,7 +32,7 @@ type pipeline = {
(* Operations on ddg *)
val display : G.t -> string -> unit
-val apply_pipeliner : RTL.coq_function -> (G.t -> pipeline option) -> ?debug:bool -> RTL.code
+val apply_pipeliner : RTL.coq_function -> (G.t -> pipeline option) -> ?debug:bool -> RTL.coq_function
val get_succs_raw : G.t -> G.V.t -> G.V.t list
(* Operations on instructions, the nodes of the data dependency graph *)
@@ -55,13 +55,3 @@ val distance : G.E.t -> int
val fresh_regs : int -> reg array
val print_reg : reg -> unit
-
-
-
-
-
-
-
-
-
-