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
This commit is contained in:
Jeffrey Yasskin
2009-07-25 00:33:57 +00:00
parent 66ac53165e
commit f595d6dd9a
2 changed files with 37 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <cstring>
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"