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)
commitf4e1db1722fa1c999bfe0cc16c7d7bf29f36ade2
tree7490623c6dba4657505225a31013708bcd7486b2
parentf3a1fce8ae411ea7135bc48495e09538d492929e
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.

llvm-svn: 77025
llvm/include/llvm/ADT/SparseBitVector.h
llvm/unittests/ADT/SparseBitVectorTest.cpp [new file with mode: 0644]