Skip to content

Commit

Permalink
[LoopSimplifyCFG] Drop no longer needed DependenceAnalysis.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
bjope committed Mar 12, 2024
1 parent 083da46 commit 3238b92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "llvm/Transforms/Scalar/LoopSimplifyCFG.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/DependenceAnalysis.h"
#include "llvm/Analysis/DomTreeUpdater.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/LoopIterator.h"
Expand Down

0 comments on commit 3238b92

Please sign in to comment.