Skip to content

Commit 03cef65

Browse files
authored
Merge pull request #12570 from lattner/nfc-headers
2 parents e861d51 + 98f137e commit 03cef65

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

lib/SILOptimizer/SILCombiner/SILCombine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- SILCombine -------------------------------------------------------===//
1+
//===--- SILCombine.cpp ---------------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/SILOptimizer/Transforms/RemovePin.cpp

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,12 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
#define DEBUG_TYPE "sil-remove-pins"
14-
1514
#include "swift/SILOptimizer/PassManager/Passes.h"
1615
#include "swift/SIL/Dominance.h"
17-
#include "swift/SIL/SILArgument.h"
1816
#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"
2617
#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"
3219
#include "llvm/ADT/Statistic.h"
33-
#include "llvm/Support/CommandLine.h"
34-
#include "llvm/Support/Debug.h"
35-
3620
STATISTIC(NumPinPairsRemoved, "Number of pin pairs removed");
3721

3822
using namespace swift;

0 commit comments

Comments
 (0)