Skip to content

Commit 76b53da

Browse files
JOE1994fhahn
authored andcommitted
[SimpleLoopUnswitch] Remove duplicate include.
Header "llvm/Transforms/Scalar/SimpleLoopUnswitch.h" is currently included twice. This commit removes the duplicate 'include' line. Previous commit 693eedb seems to have mistakenly added the duplicate 'include'. Reviewed By: fhahn Differential Revision: https://reviews.llvm.org/D112979
1 parent 795aa48 commit 76b53da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
#include "llvm/Support/ErrorHandling.h"
5151
#include "llvm/Support/GenericDomTree.h"
5252
#include "llvm/Support/raw_ostream.h"
53-
#include "llvm/Transforms/Scalar/SimpleLoopUnswitch.h"
5453
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
5554
#include "llvm/Transforms/Utils/Cloning.h"
5655
#include "llvm/Transforms/Utils/Local.h"

0 commit comments

Comments
 (0)