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++ -*-===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
88
9- #ifndef FORTRAN_LOWER_EVEXPRDUMPER_H
10- #define FORTRAN_LOWER_EVEXPRDUMPER_H
9+ #ifndef FORTRAN_LOWER_DUMPEVALUATEEXPR_H
10+ #define FORTRAN_LOWER_DUMPEVALUATEEXPR_H
1111
1212#include " flang/Evaluate/tools.h"
1313#include " flang/Lower/Support/Utils.h"
@@ -209,4 +209,4 @@ LLVM_DUMP_METHOD void dumpEvExpr(
209209
210210} // namespace Fortran::lower
211211
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
99 ConvertExpr.cpp
1010 ConvertType.cpp
1111 ConvertVariable.cpp
12- EvExprDumper .cpp
12+ DumpEvaluateExpr .cpp
1313 HostAssociations.cpp
1414 IntrinsicCall.cpp
1515 IO.cpp
Original file line number Diff line number Diff line change 2525#include " flang/Lower/CallInterface.h"
2626#include " flang/Lower/Coarray.h"
2727#include " flang/Lower/ConvertType.h"
28- #include " flang/Lower/EvExprDumper .h"
28+ #include " flang/Lower/DumpEvaluateExpr .h"
2929#include " flang/Lower/IntrinsicCall.h"
3030#include " flang/Lower/Mangler.h"
3131#include " flang/Lower/Runtime.h"
Original file line number Diff line number Diff line change 1- // ===-- Lower/EvExprDumper .cpp ---- ----------------------------------------===//
1+ // ===-- Lower/DumpEvaluateExpr .cpp ----------------------------------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
88
9- #include " flang/Lower/EvExprDumper .h"
9+ #include " flang/Lower/DumpEvaluateExpr .h"
1010#include < iostream>
1111
1212static constexpr char whiteSpacePadding[] =
You can’t perform that action at this time.
0 commit comments