File tree 10 files changed +0
-61
lines changed
10 files changed +0
-61
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 27
27
#include " swift/AST/SourceFile.h"
28
28
#include " swift/AST/Stmt.h"
29
29
#include " swift/AST/TypeRepr.h"
30
- #include " swift/Basic/BridgingUtils.h"
31
30
32
31
#ifdef PURE_BRIDGING_MODE
33
32
// In PURE_BRIDGING_MODE, bridging functions are not inlined and therefore
Original file line number Diff line number Diff line change 15
15
// ===----------------------------------------------------------------------===//
16
16
17
17
#include " swift/Parse/Lexer.h"
18
- #include " swift/AST/BridgingUtils.h"
19
18
#include " swift/AST/DiagnosticsParse.h"
20
19
#include " swift/AST/Identifier.h"
21
20
#include " swift/Basic/LangOptions.h"
Original file line number Diff line number Diff line change 14
14
//
15
15
// ===----------------------------------------------------------------------===//
16
16
17
- #include " swift/AST/BridgingUtils.h"
18
17
#include " swift/AST/DiagnosticsParse.h"
19
- #include " swift/Basic/BridgingUtils.h"
20
18
#include " swift/Parse/Parser.h"
21
19
22
20
// Regex parser delivered via Swift modules.
Original file line number Diff line number Diff line change 30
30
#include " swift/AST/Stmt.h"
31
31
#include " swift/Basic/OptimizationMode.h"
32
32
#include " swift/Basic/Statistic.h"
33
- #include " swift/Basic/BridgingUtils.h"
34
33
#include " llvm/ADT/Optional.h"
35
34
#include " llvm/ADT/Statistic.h"
36
35
#include " llvm/Support/CommandLine.h"
Original file line number Diff line number Diff line change 19
19
20
20
#include " swift/AST/Attr.h"
21
21
#include " swift/AST/SemanticAttrs.h"
22
- #include " swift/Basic/BridgingUtils.h"
23
22
#include " swift/SIL/MemAccessUtils.h"
24
23
#include " swift/SIL/ParseTestSpecification.h"
25
24
#include " swift/SIL/SILBuilder.h"
Original file line number Diff line number Diff line change 15
15
#include " swift/SILOptimizer/PassManager/PassManager.h"
16
16
#include " swift/AST/ASTMangler.h"
17
17
#include " swift/AST/SILOptimizerRequests.h"
18
- #include " swift/Basic/BridgingUtils.h"
19
18
#include " swift/Demangling/Demangle.h"
20
19
#include " ../../IRGen/IRGenModule.h"
21
20
#include " swift/SIL/ApplySite.h"
Original file line number Diff line number Diff line change 25
25
#include " swift/SILOptimizer/PassManager/Passes.h"
26
26
#include " swift/AST/ASTContext.h"
27
27
#include " swift/AST/Module.h"
28
- #include " swift/Basic/BridgingUtils.h"
29
28
#include " swift/SIL/SILModule.h"
30
29
#include " swift/SILOptimizer/Analysis/Analysis.h"
31
30
#include " swift/SILOptimizer/OptimizerBridging.h"
Original file line number Diff line number Diff line change 21
21
#define DEBUG_TYPE " sil-combine"
22
22
23
23
#include " SILCombiner.h"
24
- #include " swift/Basic/BridgingUtils.h"
25
24
#include " swift/SIL/BasicBlockDatastructures.h"
26
25
#include " swift/SIL/DebugUtils.h"
27
26
#include " swift/SIL/SILBuilder.h"
You can’t perform that action at this time.
0 commit comments