Skip to content

Commit 8bcfc89

Browse files
committed
DEV: Update order of passes in pass_manager.h
1 parent 86fb16f commit 8bcfc89

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/libasr/pass/pass_manager.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,15 @@ namespace LCompilers {
212212
"class_constructor",
213213
"pass_list_expr",
214214
// "arr_slice", TODO: Remove ``arr_slice.cpp`` completely
215-
"subroutine_from_function",
216215
"where",
216+
"subroutine_from_function",
217217
"array_op",
218+
// "subroutine_from_function",
218219
"symbolic",
219220
"intrinsic_function",
221+
"subroutine_from_function",
220222
"array_op",
223+
// "subroutine_from_function",
221224
"pass_array_by_data",
222225
"print_struct_type",
223226
"print_arr",
@@ -243,6 +246,7 @@ namespace LCompilers {
243246
"subroutine_from_function",
244247
"array_op",
245248
"intrinsic_function",
249+
"subroutine_from_function",
246250
"array_op",
247251
"print_struct_type",
248252
"print_arr",

0 commit comments

Comments
 (0)