[llvm] 76b53da - [SimpleLoopUnswitch] Remove duplicate include.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 07:23:10 PDT 2021


Author: Youngsuk Kim
Date: 2021-11-02T15:22:41+01:00
New Revision: 76b53da3ce01981850563293c5ad6c4556a388ef

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

LOG: [SimpleLoopUnswitch] Remove duplicate include.

Header "llvm/Transforms/Scalar/SimpleLoopUnswitch.h" is currently
included twice. This commit removes the duplicate 'include' line.

Previous commit 693eedb13833245e2670308fa0e6fe47324ce553
seems to have mistakenly added the duplicate 'include'.

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D112979

Added: 
    

Modified: 
    llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp b/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
index 9752f521bb241..a27da047bfd39 100644
--- a/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
+++ b/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
@@ -50,7 +50,6 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/GenericDomTree.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/Transforms/Scalar/SimpleLoopUnswitch.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
 #include "llvm/Transforms/Utils/Cloning.h"
 #include "llvm/Transforms/Utils/Local.h"


        


More information about the llvm-commits mailing list