From 90195f830788f53d214754a732bd094247a91c70 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Thu, 3 Mar 2022 13:20:26 +0100 Subject: Rename CFIM to LLBC --- src/PureMicroPasses.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PureMicroPasses.ml') diff --git a/src/PureMicroPasses.ml b/src/PureMicroPasses.ml index c1cacac5..b110f829 100644 --- a/src/PureMicroPasses.ml +++ b/src/PureMicroPasses.ml @@ -504,11 +504,11 @@ let expression_contains_child_call_in_all_paths (ctx : trans_ctx) (call0 : call) (* We need to use the regions hierarchy *) (* First, lookup the signature of the CFIM function *) let sg = - CfimAstUtils.lookup_fun_sig id0 ctx.fun_context.fun_decls + LlbcAstUtils.lookup_fun_sig id0 ctx.fun_context.fun_decls in (* Compute the set of ancestors of the function in call1 *) let call1_ancestors = - CfimAstUtils.list_parent_region_groups sg rg_id1 + LlbcAstUtils.list_parent_region_groups sg rg_id1 in (* Check if the function used in call0 is inside *) T.RegionGroupId.Set.mem rg_id0 call1_ancestors -- cgit v1.2.3