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

Writer includes code to print out IntervalPartition's now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/IntervalPartition.cpp
lib/Analysis/Writer.cpp