[llvm] r369008 - Remove SmallBitVector.h include. NFCI.

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 18:21:03 PDT 2019


For future reference, it might be good to describe the purpose of the
commit (rather than/in addition to the mechanics of it) in the first line
of the commit (that shows up as the summary of the commit in logs, email,
etc) - "Remove unused include" or similar. Thanks!

On Thu, Aug 15, 2019 at 7:39 AM Simon Pilgrim via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: rksimon
> Date: Thu Aug 15 07:40:37 2019
> New Revision: 369008
>
> URL: http://llvm.org/viewvc/llvm-project?rev=369008&view=rev
> Log:
> Remove SmallBitVector.h include. NFCI.
>
> SmallBitVector/BitVector types aren't used at all in the cpp file.
>
> Modified:
>     llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
>
> Modified: llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp?rev=369008&r1=369007&r2=369008&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp (original)
> +++ llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp Thu Aug 15
> 07:40:37 2019
> @@ -24,7 +24,6 @@
>  #include "llvm/ADT/Optional.h"
>  #include "llvm/ADT/STLExtras.h"
>  #include "llvm/ADT/SetVector.h"
> -#include "llvm/ADT/SmallBitVector.h"
>  #include "llvm/ADT/SmallPtrSet.h"
>  #include "llvm/ADT/SmallSet.h"
>  #include "llvm/ADT/SmallVector.h"
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190819/606a217e/attachment.html>


More information about the llvm-commits mailing list