Skip to content

Commit 151a238

Browse files
committed
Commit generated code
1 parent eedc165 commit 151a238

25 files changed

+66
-66
lines changed

src/libasr/pass/subroutine_from_function.h renamed to src/libasr/pass/create_subroutine_from_function.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef LIBASR_PASS_SUBROUTINE_FROM_FUNCTION_H
2-
#define LIBASR_PASS_SUBROUTINE_FROM_FUNCTION_H
1+
#ifndef LIBASR_PASS_CREATE_SUBROUTINE_FROM_FUNCTION_H
2+
#define LIBASR_PASS_CREATE_SUBROUTINE_FROM_FUNCTION_H
33

44
#include <libasr/asr.h>
55
#include <libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
1111

1212
} // namespace LCompilers
1313

14-
#endif // LIBASR_PASS_SUBROUTINE_FROM_FUNCTION_H
14+
#endif // LIBASR_PASS_CREATE_SUBROUTINE_FROM_FUNCTION_H
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef LIBASR_PASS_ARR_SLICE_H
2-
#define LIBASR_PASS_ARR_SLICE_H
1+
#ifndef LIBASR_PASS_REPLACE_ARR_SLICE_H
2+
#define LIBASR_PASS_REPLACE_ARR_SLICE_H
33

44
#include <libasr/asr.h>
55
#include <libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
1111

1212
} // namespace LCompilers
1313

14-
#endif // LIBASR_PASS_ARR_SLICE_H
14+
#endif // LIBASR_PASS_REPLACE_ARR_SLICE_H
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef LIBASR_PASS_ARRAY_OP_H
2-
#define LIBASR_PASS_ARRAY_OP_H
1+
#ifndef LIBASR_PASS_REPLACE_ARRAY_OP_H
2+
#define LIBASR_PASS_REPLACE_ARRAY_OP_H
33

44
#include <libasr/asr.h>
55
#include <libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
1111

1212
} // namespace LCompilers
1313

14-
#endif // LIBASR_PASS_ARRAY_OP_H
14+
#endif // LIBASR_PASS_REPLACE_ARRAY_OP_H

src/libasr/pass/class_constructor.h renamed to src/libasr/pass/replace_class_constructor.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef LIBASR_PASS_CLASS_CONSTRUCTOR_H
2-
#define LIBASR_PASS_CLASS_CONSTRUCTOR_H
1+
#ifndef LIBASR_PASS_REPLACE_CLASS_CONSTRUCTOR_H
2+
#define LIBASR_PASS_REPLACE_CLASS_CONSTRUCTOR_H
33

44
#include <libasr/asr.h>
55
#include <libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
1111

1212
} // namespace LCompilers
1313

14-
#endif // LIBASR_PASS_CLASS_CONSTRUCTOR_H
14+
#endif // LIBASR_PASS_REPLACE_CLASS_CONSTRUCTOR_H
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef LIBASR_PASS_DIV_TO_MUL_H
2-
#define LIBASR_PASS_DIV_TO_MUL_H
1+
#ifndef LIBASR_PASS_REPLACE_DIV_TO_MUL_H
2+
#define LIBASR_PASS_REPLACE_DIV_TO_MUL_H
33

44
#include <libasr/asr.h>
55
#include <libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
1111

1212
} // namespace LCompilers
1313

14-
#endif // LIBASR_PASS_DIV_TO_MUL_H
14+
#endif // LIBASR_PASS_REPLACE_DIV_TO_MUL_H
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef LIBASR_PASS_DO_LOOPS_H
2-
#define LIBASR_PASS_DO_LOOPS_H
1+
#ifndef LIBASR_PASS_REPLACE_DO_LOOPS_H
2+
#define LIBASR_PASS_REPLACE_DO_LOOPS_H
33

44
#include <libasr/asr.h>
55
#include <libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
1111

1212
} // namespace LCompilers
1313

14-
#endif // LIBASR_PASS_DO_LOOPS_H
14+
#endif // LIBASR_PASS_REPLACE_DO_LOOPS_H
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef LIBASR_PASS_FLIP_SIGN_H
2-
#define LIBASR_PASS_FLIP_SIGN_H
1+
#ifndef LIBASR_PASS_REPLACE_FLIP_SIGN_H
2+
#define LIBASR_PASS_REPLACE_FLIP_SIGN_H
33

44
#include <libasr/asr.h>
55
#include <libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
1111

1212
} // namespace LCompilers
1313

14-
#endif // LIBASR_PASS_FLIP_SIGN_H
14+
#endif // LIBASR_PASS_REPLACE_FLIP_SIGN_H

0 commit comments

Comments
 (0)