diff options
Diffstat (limited to 'compiler/PureMicroPasses.ml')
-rw-r--r-- | compiler/PureMicroPasses.ml | 1 |
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; |