Skip to content

Commit 29f98a9

Browse files
committed
Reorder a header in DSE
1 parent e2734bd commit 29f98a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILPasses/GlobalDeadStoreElimination.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
#include "swift/SIL/Projection.h"
6464
#include "swift/SIL/SILArgument.h"
6565
#include "swift/SIL/SILBuilder.h"
66+
#include "swift/SILAnalysis/ValueTracking.h"
6667
#include "swift/SILPasses/Passes.h"
6768
#include "swift/SILPasses/Transforms.h"
6869
#include "swift/SILPasses/Utils/Local.h"
6970
#include "swift/SILPasses/Utils/CFG.h"
70-
#include "swift/SILAnalysis/ValueTracking.h"
7171
#include "llvm/ADT/Statistic.h"
7272
#include "llvm/ADT/DenseSet.h"
7373
#include "llvm/ADT/BitVector.h"

0 commit comments

Comments
 (0)