Skip to content

Commit 3238b92

Browse files
committed
[LoopSimplifyCFG] Drop no longer needed DependenceAnalysis.h include
1 parent 083da46 commit 3238b92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "llvm/Transforms/Scalar/LoopSimplifyCFG.h"
1717
#include "llvm/ADT/SmallVector.h"
1818
#include "llvm/ADT/Statistic.h"
19-
#include "llvm/Analysis/DependenceAnalysis.h"
2019
#include "llvm/Analysis/DomTreeUpdater.h"
2120
#include "llvm/Analysis/LoopInfo.h"
2221
#include "llvm/Analysis/LoopIterator.h"

0 commit comments

Comments
 (0)