arrayref should now move in here, and redundant #includes of <cassert> can go

away (since it comes in through Casting.h).  This will have to wait for another
day when I'm unmotivated though, or someone else to pick it up :)

llvm-svn: 135579
This commit is contained in:
Chris Lattner 2011-07-20 07:13:40 +00:00
parent c5efe4e520
commit d2b92d6544
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace llvm {
template<typename T> class SmallVectorImpl;
class raw_ostream;
// TODO: DenseMap, ...
// TODO: ArrayRef, DenseMap, ...
}