Add default constructors for iterators.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 28 Nov 2010 07:21:48 +0000 (07:21 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 28 Nov 2010 07:21:48 +0000 (07:21 +0000)
commit9a08ca318e63912e4c19977abc1173f30866b704
treecb79c780102d035f01268d14331491603e0a4643
parent180e1247ca330b047eabafbc72926ce9bfd8bf8e
Add default constructors for iterators.

These iterators don't point anywhere, and they can't be compared to anything.
They are only good for assigning to.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120239 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/IntervalMap.h
unittests/ADT/IntervalMapTest.cpp