File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
include/swift/SILOptimizer/Utils Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 66
66
#include " swift/SILOptimizer/PassManager/Passes.h"
67
67
#include " swift/SILOptimizer/PassManager/Transforms.h"
68
68
#include " swift/SILOptimizer/Utils/CFG.h"
69
- #include " swift/SILOptimizer/Utils/LSBase .h"
69
+ #include " swift/SILOptimizer/Utils/LoadStoreOptUtils .h"
70
70
#include " swift/SILOptimizer/Utils/Local.h"
71
71
#include " llvm/ADT/Statistic.h"
72
72
#include " llvm/ADT/DenseSet.h"
Original file line number Diff line number Diff line change 85
85
#include " swift/SILOptimizer/PassManager/Transforms.h"
86
86
#include " swift/SILOptimizer/Utils/CFG.h"
87
87
#include " swift/SILOptimizer/Utils/Local.h"
88
- #include " swift/SILOptimizer/Utils/LSBase .h"
88
+ #include " swift/SILOptimizer/Utils/LoadStoreOptUtils .h"
89
89
#include " swift/SILOptimizer/Utils/SILSSAUpdater.h"
90
90
#include " llvm/ADT/BitVector.h"
91
91
#include " llvm/ADT/MapVector.h"
Original file line number Diff line number Diff line change 22
22
#include " swift/SILOptimizer/Analysis/Analysis.h"
23
23
#include " swift/SILOptimizer/PassManager/Passes.h"
24
24
#include " swift/SILOptimizer/PassManager/Transforms.h"
25
- #include " swift/SILOptimizer/Utils/LSBase .h"
25
+ #include " swift/SILOptimizer/Utils/LoadStoreOptUtils .h"
26
26
#include " llvm/Support/CommandLine.h"
27
27
#include " llvm/Support/Debug.h"
28
28
Original file line number Diff line number Diff line change 12
12
13
13
#define DEBUG_TYPE " sil-lsbase"
14
14
#include " swift/SIL/InstructionUtils.h"
15
- #include " swift/SILOptimizer/Utils/LSBase .h"
15
+ #include " swift/SILOptimizer/Utils/LoadStoreOptUtils .h"
16
16
#include " llvm/Support/Debug.h"
17
17
18
18
using namespace swift ;
You can’t perform that action at this time.
0 commit comments