IntervalPartition was changed to inherit from vector<Interval*> instead of
authorChris Lattner <sabre@nondot.org>
Tue, 3 Jul 2001 15:28:08 +0000 (15:28 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Jul 2001 15:28:08 +0000 (15:28 +0000)
commita49e015180bf85e1ffd934dbc94c0deda60873f6
treeeac7098d7ec8538d7b1b1139a5517a7801f6ef06
parent3ea734986e5fe4c2ff2779a8b2e854e46d976ef6
IntervalPartition was changed to inherit from vector<Interval*> instead of
contain it so that it would have full iterator access without much work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/IntervalPartition.h
include/llvm/Analysis/Writer.h