summaryrefslogtreecommitdiff
path: root/compiler/ExtractBase.ml
diff options
context:
space:
mode:
authorSon Ho2023-10-24 14:32:38 +0200
committerSon Ho2023-10-24 14:32:38 +0200
commit63107911c16a9991f7d5cf8c6df621318a03ca3b (patch)
tree6b6df07f1ffe96d5b2660447e38f79b4998070b6 /compiler/ExtractBase.ml
parentf35aba375757db99d2dc6ac2b11b9eb1e437b420 (diff)
Fix various issues with the builtins
Diffstat (limited to '')
-rw-r--r--compiler/ExtractBase.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ExtractBase.ml b/compiler/ExtractBase.ml
index ea5fe8d3..22b017e5 100644
--- a/compiler/ExtractBase.ml
+++ b/compiler/ExtractBase.ml
@@ -1249,6 +1249,7 @@ let ctx_compute_fun_name (trans_group : pure_fun_translation) (def : fun_decl)
ctx.fmt.fun_name def.basename def.num_loops def.loop_id num_rgs rg_info
(keep_fwd, num_backs)
+(* TODO: move to Extract *)
let ctx_add_fun_decl (trans_group : pure_fun_translation) (def : fun_decl)
(ctx : extraction_ctx) : extraction_ctx =
(* Sanity check: the function should not be a global body - those are handled