Skip to content

Commit c17ae29

Browse files
committed
Remove unnecessary header include which violates layering
This was introduced in https://reviews.llvm.org/D89774, but I don't think it should be necessary. Reviewed By: TaWeiTu, aeubanks Differential Revision: https://reviews.llvm.org/D89843
1 parent 324a15c commit c17ae29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Utils/UnifyLoopExits.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "llvm/Analysis/LoopInfo.h"
2222
#include "llvm/IR/Dominators.h"
2323
#include "llvm/InitializePasses.h"
24-
#include "llvm/Transforms/Scalar/LoopPassManager.h"
2524
#include "llvm/Transforms/Utils.h"
2625
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
2726

0 commit comments

Comments
 (0)