diff options
author | Geoffrey Martin-Noble <gcmn@google.com> | 2020-10-20 19:35:17 -0700 |
---|---|---|
committer | Geoffrey Martin-Noble <gcmn@google.com> | 2020-10-20 20:14:03 -0700 |
commit | c17ae2916ccf45a0c1717bd5f11598cc4fff342a (patch) | |
tree | 4e23fd0c8056cae12f156d2cfa25615b4eb7821c /llvm/lib/Transforms/Utils/UnifyLoopExits.cpp | |
parent | 324a15ceade2dc5ac5b0f106e0127c5c47942614 (diff) | |
download | llvm-c17ae2916ccf45a0c1717bd5f11598cc4fff342a.zip llvm-c17ae2916ccf45a0c1717bd5f11598cc4fff342a.tar.gz llvm-c17ae2916ccf45a0c1717bd5f11598cc4fff342a.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/Transforms/Utils/UnifyLoopExits.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/UnifyLoopExits.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/UnifyLoopExits.cpp b/llvm/lib/Transforms/Utils/UnifyLoopExits.cpp index c4868a6..0b718ed 100644 --- a/llvm/lib/Transforms/Utils/UnifyLoopExits.cpp +++ b/llvm/lib/Transforms/Utils/UnifyLoopExits.cpp @@ -21,7 +21,6 @@ #include "llvm/Analysis/LoopInfo.h" #include "llvm/IR/Dominators.h" #include "llvm/InitializePasses.h" -#include "llvm/Transforms/Scalar/LoopPassManager.h" #include "llvm/Transforms/Utils.h" #include "llvm/Transforms/Utils/BasicBlockUtils.h" |