summaryrefslogtreecommitdiff
path: root/compiler/PureMicroPasses.ml
diff options
context:
space:
mode:
authorNadrieril2024-06-26 13:53:45 +0200
committerNadrieril2024-06-28 09:46:11 +0200
commit617941a779baab199aa69bf2e8578a1ee7877289 (patch)
tree57f062f6243ae878b3fbc0df5abb9b7a938cb7f7 /compiler/PureMicroPasses.ml
parent2e9d264566d32a9ee2a12d005851434cd8390975 (diff)
Remove redundant `llbc_name` field
It's redundant with `item_meta.name`
Diffstat (limited to '')
-rw-r--r--compiler/PureMicroPasses.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/PureMicroPasses.ml b/compiler/PureMicroPasses.ml
index dda6a611..3476df5f 100644
--- a/compiler/PureMicroPasses.ml
+++ b/compiler/PureMicroPasses.ml
@@ -1504,7 +1504,6 @@ let decompose_loops (_ctx : trans_ctx) (def : fun_decl) :
backend_attributes = def.backend_attributes;
num_loops;
loop_id = Some loop.loop_id;
- llbc_name = def.llbc_name;
name = def.name;
signature = loop_sig;
is_global_decl_body = def.is_global_decl_body;