Add a missing ilist_node.h #include to SparseBitVector, and add a very short
authorJeffrey Yasskin <jyasskin@google.com>
Sat, 25 Jul 2009 00:33:57 +0000 (00:33 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Sat, 25 Jul 2009 00:33:57 +0000 (00:33 +0000)
commitf595d6dd9a61c7387768d4e041539fcc6525a99b
treede927a484e33d54be65a97720d603361ae39ac47
parent66ac53165e17b7c76b8c69e57bde623d44ec492e
Add a missing ilist_node.h #include to SparseBitVector, and add a very short
test for it. The test is by no means complete, but it tests the problem I was
fixing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77025 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SparseBitVector.h
unittests/ADT/SparseBitVectorTest.cpp [new file with mode: 0644]