Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove are_iterators_set
  • Loading branch information
czgdp1807 committed Jul 24, 2023
commit 4a172c79074e70b7b9644cca2b99e3108e1c6638
3 changes: 1 addition & 2 deletions src/libasr/codegen/llvm_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ namespace LCompilers {
CompilerOptions &compiler_options_,
std::unordered_map<std::uint32_t, std::unordered_map<std::string, llvm::Type*>>& arr_arg_type_cache_,
std::map<std::string, std::pair<llvm::Type*, llvm::Type*>>& fname2arg_type_):
context(context), builder(std::move(_builder)), str_cmp_itr(nullptr),
are_iterators_set(false), der_type_name(der_type_name_),
context(context), builder(std::move(_builder)), str_cmp_itr(nullptr), der_type_name(der_type_name_),
name2dertype(name2dertype_), name2dercontext(name2dercontext_),
struct_type_stack(struct_type_stack_), dertype2parent(dertype2parent_),
name2memidx(name2memidx_), arr_arg_type_cache(arr_arg_type_cache_), fname2arg_type(fname2arg_type_),
Expand Down