[all-commits] [llvm/llvm-project] 76b53d: [SimpleLoopUnswitch] Remove duplicate include.
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Tue Nov 2 07:23:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76b53da3ce01981850563293c5ad6c4556a388ef
https://github.com/llvm/llvm-project/commit/76b53da3ce01981850563293c5ad6c4556a388ef
Author: Youngsuk Kim <joseph942010 at gmail.com>
Date: 2021-11-02 (Tue, 02 Nov 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list