diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-08-15 14:39:28 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-08-15 14:39:28 +0000 |
commit | 983e9118a29f207c31f336229849d64dd26d8347 (patch) | |
tree | 387e404422d453e53f652153d7827dd4f588b3cc /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 9fd81dc139027751ffe58dcc7c04ee1ff9ad0a6f (diff) | |
download | bcm5719-llvm-983e9118a29f207c31f336229849d64dd26d8347.tar.gz bcm5719-llvm-983e9118a29f207c31f336229849d64dd26d8347.zip |
Remove BitVector.h include. NFCI.
BitVector type isn't used at all in the cpp file.
llvm-svn: 369007
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index bc4c1353f96..b03c3884acc 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/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" |