File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- // ===-- Lower/EvExprDumper .h ---- --------------------------------*- C++ -*-===//
1
+ // ===-- Lower/DumpEvaluateExpr .h --------------------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #ifndef FORTRAN_LOWER_EVEXPRDUMPER_H
10
- #define FORTRAN_LOWER_EVEXPRDUMPER_H
9
+ #ifndef FORTRAN_LOWER_DUMPEVALUATEEXPR_H
10
+ #define FORTRAN_LOWER_DUMPEVALUATEEXPR_H
11
11
12
12
#include " flang/Evaluate/tools.h"
13
13
#include " flang/Lower/Support/Utils.h"
@@ -209,4 +209,4 @@ LLVM_DUMP_METHOD void dumpEvExpr(
209
209
210
210
} // namespace Fortran::lower
211
211
212
- #endif // FORTRAN_LOWER_EVEXPRDUMPER_H
212
+ #endif // FORTRAN_LOWER_DUMPEVALUATEEXPR_H
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ add_flang_library(FortranLower
9
9
ConvertExpr.cpp
10
10
ConvertType.cpp
11
11
ConvertVariable.cpp
12
- EvExprDumper .cpp
12
+ DumpEvaluateExpr .cpp
13
13
HostAssociations.cpp
14
14
IntrinsicCall.cpp
15
15
IO.cpp
Original file line number Diff line number Diff line change 25
25
#include " flang/Lower/CallInterface.h"
26
26
#include " flang/Lower/Coarray.h"
27
27
#include " flang/Lower/ConvertType.h"
28
- #include " flang/Lower/EvExprDumper .h"
28
+ #include " flang/Lower/DumpEvaluateExpr .h"
29
29
#include " flang/Lower/IntrinsicCall.h"
30
30
#include " flang/Lower/Mangler.h"
31
31
#include " flang/Lower/Runtime.h"
Original file line number Diff line number Diff line change 1
- // ===-- Lower/EvExprDumper .cpp ---- ----------------------------------------===//
1
+ // ===-- Lower/DumpEvaluateExpr .cpp ----------------------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " flang/Lower/EvExprDumper .h"
9
+ #include " flang/Lower/DumpEvaluateExpr .h"
10
10
#include < iostream>
11
11
12
12
static constexpr char whiteSpacePadding[] =
You can’t perform that action at this time.
0 commit comments