File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
lib/SILOptimizer/PassManager Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
#define DEBUG_TYPE " sil-passmanager"
14
14
15
- #include " swift/Basic/DemangleWrappers.h"
16
15
#include " swift/SILOptimizer/PassManager/PassManager.h"
16
+ #include " swift/Basic/DemangleWrappers.h"
17
17
#include " swift/SIL/SILFunction.h"
18
18
#include " swift/SIL/SILModule.h"
19
+ #include " swift/SILOptimizer/Analysis/BasicCalleeAnalysis.h"
20
+ #include " swift/SILOptimizer/Analysis/FunctionOrder.h"
19
21
#include " swift/SILOptimizer/PassManager/PrettyStackTrace.h"
20
22
#include " swift/SILOptimizer/PassManager/Transforms.h"
23
+ #include " llvm/ADT/DenseMap.h"
21
24
#include " llvm/ADT/Statistic.h"
22
25
#include " llvm/ADT/StringSwitch.h"
23
- #include " swift/SILOptimizer/Analysis/FunctionOrder.h"
24
- #include " swift/SILOptimizer/Analysis/BasicCalleeAnalysis.h"
25
- #include " llvm/ADT/DenseMap.h"
26
26
#include " llvm/Support/CommandLine.h"
27
27
#include " llvm/Support/Debug.h"
28
+ #include " llvm/Support/GraphWriter.h"
28
29
#include " llvm/Support/ManagedStatic.h"
29
30
#include " llvm/Support/TimeValue.h"
30
- #include " llvm/Support/GraphWriter.h"
31
31
32
32
using namespace swift ;
33
33
You can’t perform that action at this time.
0 commit comments