We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ec43d commit ad62c04Copy full SHA for ad62c04
flang/include/flang/Lower/AbstractConverter.h
@@ -15,9 +15,11 @@
15
16
#include "flang/Lower/LoweringOptions.h"
17
#include "flang/Lower/PFTDefs.h"
18
+#include "flang/Lower/StatementContext.h"
19
#include "flang/Lower/Support/Utils.h"
20
#include "flang/Lower/SymbolMap.h"
21
#include "flang/Optimizer/Builder/BoxValue.h"
22
+#include "flang/Optimizer/Builder/FIRBuilder.h"
23
#include "flang/Optimizer/Dialect/FIRAttr.h"
24
#include "flang/Semantics/symbol.h"
25
#include "flang/Support/Fortran.h"
@@ -34,7 +36,6 @@ class StateStack;
34
36
35
37
namespace fir {
38
class KindMapping;
-class FirOpBuilder;
39
} // namespace fir
40
41
namespace Fortran {
0 commit comments