diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-08-15 14:40:37 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-08-15 14:40:37 +0000 |
commit | d4df81f463e41529dbe6a26277bcb27c968a5d4a (patch) | |
tree | 5a649f013d11c75d02953b5388c234e89e5674a8 /llvm/lib/CodeGen | |
parent | 983e9118a29f207c31f336229849d64dd26d8347 (diff) | |
download | bcm5719-llvm-d4df81f463e41529dbe6a26277bcb27c968a5d4a.tar.gz bcm5719-llvm-d4df81f463e41529dbe6a26277bcb27c968a5d4a.zip |
Remove SmallBitVector.h include. NFCI.
SmallBitVector/BitVector types aren't used at all in the cpp file.
llvm-svn: 369008
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 57fd6025e49..84ff85cd8fe 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -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" |