summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-08-15 14:40:37 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-08-15 14:40:37 +0000
commitd4df81f463e41529dbe6a26277bcb27c968a5d4a (patch)
tree5a649f013d11c75d02953b5388c234e89e5674a8 /llvm/lib/CodeGen
parent983e9118a29f207c31f336229849d64dd26d8347 (diff)
downloadbcm5719-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.cpp1
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"
OpenPOWER on IntegriCloud