File tree Expand file tree Collapse file tree 6 files changed +0
-6
lines changed
SILOptimizer/LoopTransforms Expand file tree Collapse file tree 6 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 34
34
#include " llvm/ADT/SetVector.h"
35
35
#include " llvm/ADT/StringMap.h"
36
36
#include " llvm/ADT/TinyPtrVector.h"
37
- #include " llvm/ADT/StringMap.h"
38
37
#include " llvm/Support/Allocator.h"
39
38
#include < functional>
40
39
#include < memory>
Original file line number Diff line number Diff line change 16
16
#include " llvm/ADT/FoldingSet.h"
17
17
#include " llvm/ADT/SmallString.h"
18
18
#include " llvm/ADT/StringSwitch.h"
19
- #include " llvm/ADT/Statistic.h"
20
19
#include " llvm/Support/Debug.h"
21
20
#include < functional>
22
21
Original file line number Diff line number Diff line change 16
16
#include " swift/SIL/SILInstruction.h"
17
17
#include " swift/SIL/SILArgument.h"
18
18
#include " swift/SIL/CFG.h"
19
- #include " swift/SIL/SILModule.h"
20
19
// FIXME: For mapTypeInContext
21
20
#include " swift/AST/ArchetypeBuilder.h"
22
21
#include " llvm/ADT/Optional.h"
Original file line number Diff line number Diff line change 17
17
#include " swift/SIL/SILArgument.h"
18
18
#include " swift/SIL/SILBuilder.h"
19
19
#include " swift/SIL/SILCloner.h"
20
- #include " swift/SIL/SILBuilder.h"
21
20
#include " swift/SIL/SILInstruction.h"
22
21
#include " swift/SIL/DebugUtils.h"
23
22
#include " swift/SILOptimizer/Analysis/ArraySemantic.h"
Original file line number Diff line number Diff line change 30
30
#include " llvm/Support/FileSystem.h"
31
31
#include " llvm/Support/MemoryBuffer.h"
32
32
#include " llvm/Support/Path.h"
33
- #include " llvm/Support/Path.h"
34
33
#include " llvm/Support/TargetSelect.h"
35
34
36
35
using namespace llvm ::opt;
Original file line number Diff line number Diff line change 60
60
#include " llvm/Support/SourceMgr.h"
61
61
#include " llvm/Support/SystemUtils.h"
62
62
#include " llvm/Support/TargetRegistry.h"
63
- #include " llvm/Support/TargetRegistry.h"
64
63
#include " llvm/Support/TargetSelect.h"
65
64
#include " llvm/Support/ToolOutputFile.h"
66
65
#include " llvm/Target/TargetMachine.h"
You can’t perform that action at this time.
0 commit comments