[PATCH] D89843: Remove unnecessary header include which violates layering

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 19:36:50 PDT 2020


GMNGeoffrey created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
GMNGeoffrey requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89843

Files:
  llvm/lib/Transforms/Utils/UnifyLoopExits.cpp


Index: llvm/lib/Transforms/Utils/UnifyLoopExits.cpp
===================================================================
--- llvm/lib/Transforms/Utils/UnifyLoopExits.cpp
+++ 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"
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89843.299542.patch
Type: text/x-patch
Size: 485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201021/af8d5a29/attachment.bin>


More information about the llvm-commits mailing list