File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212// Fortran language concepts that are used in many phases are defined
1313// once here to avoid redundancy and needless translation.
1414
15- #include " flang/Common/Fortran-consts.h"
1615#include " enum-set.h"
1716#include " idioms.h"
17+ #include " flang/Common/Fortran-consts.h"
1818#include < cinttypes>
1919#include < optional>
2020#include < string>
Original file line number Diff line number Diff line change 1212// A C++ perspective of the derived type description schemata in
1313// flang/module/__fortran_type_info.f90.
1414
15+ #include " terminator.h"
1516#include " flang/Common/Fortran-consts.h"
1617#include " flang/Common/bit-population-count.h"
1718#include " flang/Common/optional.h"
1819#include " flang/Runtime/descriptor.h"
19- #include " terminator.h"
2020#include < cinttypes>
2121#include < memory>
2222
Original file line number Diff line number Diff line change 77#include < xmmintrin.h>
88#endif
99
10- using Fortran::common::RoundingMode;
1110using Fortran::common::RealFlag;
11+ using Fortran::common::RoundingMode;
1212
1313ScopedHostFloatingPointEnvironment::ScopedHostFloatingPointEnvironment (
1414#if __x86_64__
Original file line number Diff line number Diff line change 44#include " flang/Common/target-rounding.h"
55#include < fenv.h>
66
7- using Fortran::common::RoundingMode;
87using Fortran::common::RealFlags;
98using Fortran::common::Rounding;
9+ using Fortran::common::RoundingMode;
1010
1111class ScopedHostFloatingPointEnvironment {
1212public:
You can’t perform that action at this time.
0 commit comments