From: Simon Pilgrim Date: Thu, 15 Aug 2019 14:39:28 +0000 (+0000) Subject: Remove BitVector.h include. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d376fa7ac89e3b52504859745de8c4b572163cc;p=llvm Remove BitVector.h include. NFCI. BitVector type isn't used at all in the cpp file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369007 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index bc4c1353f96..b03c3884acc 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -11,7 +11,6 @@ //===----------------------------------------------------------------------===// #include "llvm/CodeGen/TargetLowering.h" -#include "llvm/ADT/BitVector.h" #include "llvm/ADT/STLExtras.h" #include "llvm/CodeGen/CallingConvLower.h" #include "llvm/CodeGen/MachineFrameInfo.h"