File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 25
25
#include " swift/SIL/BasicBlockDatastructures.h"
26
26
#include " swift/SIL/DynamicCasts.h"
27
27
#include " swift/SIL/MemAccessUtils.h"
28
- #include " swift/SIL/MemoryLocations.h"
29
28
#include " swift/SIL/NodeDatastructures.h"
30
29
#include " swift/SIL/OperandDatastructures.h"
31
30
#include " swift/SIL/OwnershipUtils.h"
Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#define DEBUG_TYPE " optimize-hop-to-executor"
14
+ #include " swift/SIL/ApplySite.h"
15
+ #include " swift/SIL/MemAccessUtils.h"
14
16
#include " swift/SIL/SILBuilder.h"
15
17
#include " swift/SIL/SILFunction.h"
16
- #include " swift/SIL/ApplySite.h"
17
- #include " swift/SIL/MemoryLocations.h"
18
18
#include " swift/SILOptimizer/PassManager/Transforms.h"
19
- #include " swift/SIL/MemAccessUtils.h"
20
19
21
20
using namespace swift ;
22
21
Original file line number Diff line number Diff line change 22
22
#include " swift/SIL/BasicBlockDatastructures.h"
23
23
#include " swift/SIL/DynamicCasts.h"
24
24
#include " swift/SIL/MemAccessUtils.h"
25
- #include " swift/SIL/MemoryLocations.h"
26
25
#include " swift/SIL/NodeDatastructures.h"
27
26
#include " swift/SIL/OperandDatastructures.h"
28
27
#include " swift/SIL/OwnershipUtils.h"
You can’t perform that action at this time.
0 commit comments