File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 1
- // ===--- SILCombine ---- ---------------------------------------------------===//
1
+ // ===--- SILCombine.cpp ---------------------------------------------------===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#define DEBUG_TYPE " sil-remove-pins"
14
-
15
14
#include " swift/SILOptimizer/PassManager/Passes.h"
16
15
#include " swift/SIL/Dominance.h"
17
- #include " swift/SIL/SILArgument.h"
18
16
#include " swift/SIL/SILBuilder.h"
19
- #include " swift/SIL/SILInstruction.h"
20
- #include " swift/SILOptimizer/Analysis/ARCAnalysis.h"
21
- #include " swift/SILOptimizer/Analysis/AliasAnalysis.h"
22
- #include " swift/SILOptimizer/Analysis/Analysis.h"
23
- #include " swift/SILOptimizer/Analysis/ArraySemantic.h"
24
- #include " swift/SILOptimizer/Analysis/LoopAnalysis.h"
25
- #include " swift/SILOptimizer/Analysis/RCIdentityAnalysis.h"
26
17
#include " swift/SILOptimizer/PassManager/Transforms.h"
27
- #include " swift/SILOptimizer/Utils/CFG.h"
28
- #include " swift/SILOptimizer/Utils/Local.h"
29
- #include " swift/SILOptimizer/Utils/SILSSAUpdater.h"
30
- #include " llvm/ADT/DepthFirstIterator.h"
31
- #include " llvm/ADT/SmallPtrSet.h"
18
+ #include " swift/SILOptimizer/Analysis/ARCAnalysis.h"
32
19
#include " llvm/ADT/Statistic.h"
33
- #include " llvm/Support/CommandLine.h"
34
- #include " llvm/Support/Debug.h"
35
-
36
20
STATISTIC (NumPinPairsRemoved, " Number of pin pairs removed" );
37
21
38
22
using namespace swift ;
You can’t perform that action at this time.
0 commit comments