[PATCH] D112979: Remove duplicate include of 'SimpleLoopUnswitch.h'
Youngsuk Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 1 19:37:14 PDT 2021
JOE1994 created this revision.
Herald added a subscriber: hiraditya.
JOE1994 requested review of this revision.
Herald added a project: LLVM.
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'.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D112979
Files:
llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
Index: llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
===================================================================
--- llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
+++ 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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112979.383949.patch
Type: text/x-patch
Size: 567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211102/7bf07eae/attachment.bin>
More information about the llvm-commits
mailing list