[llvm] c17ae29 - Remove unnecessary header include which violates layering

Geoffrey Martin-Noble via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 20:14:14 PDT 2020


Author: Geoffrey Martin-Noble
Date: 2020-10-20T20:14:03-07:00
New Revision: c17ae2916ccf45a0c1717bd5f11598cc4fff342a

URL: https://github.com/llvm/llvm-project/commit/c17ae2916ccf45a0c1717bd5f11598cc4fff342a
DIFF: https://github.com/llvm/llvm-project/commit/c17ae2916ccf45a0c1717bd5f11598cc4fff342a.diff

LOG: 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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Utils/UnifyLoopExits.cpp b/llvm/lib/Transforms/Utils/UnifyLoopExits.cpp
index c4868a6a799f..0b718ed6136e 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"
 


        


More information about the llvm-commits mailing list