We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fb16f commit 8bcfc89Copy full SHA for 8bcfc89
1 file changed
src/libasr/pass/pass_manager.h
@@ -212,12 +212,15 @@ namespace LCompilers {
212
"class_constructor",
213
"pass_list_expr",
214
// "arr_slice", TODO: Remove ``arr_slice.cpp`` completely
215
- "subroutine_from_function",
216
"where",
+ "subroutine_from_function",
217
"array_op",
218
+ // "subroutine_from_function",
219
"symbolic",
220
"intrinsic_function",
221
222
223
224
"pass_array_by_data",
225
"print_struct_type",
226
"print_arr",
@@ -243,6 +246,7 @@ namespace LCompilers {
243
246
"subroutine_from_function",
244
247
245
248
249
250
251
252
0 commit comments