IntervalPartition: recode to use IntervalIterator to do all the work
authorChris Lattner <sabre@nondot.org>
Mon, 25 Jun 2001 03:55:04 +0000 (03:55 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 25 Jun 2001 03:55:04 +0000 (03:55 +0000)
commit23e36625a278c08d4d8a21dd9df1f302b216de27
tree271a263d9e6467a54f5ac6b1ea4114efff4c41fe
parent3704c8cfff18518924e2e7206a16b0b12f783d7e
IntervalPartition: recode to use IntervalIterator to do all the work

LoopDepth.cpp: new file that calculates the depth of a loop, using
IntervalPartitions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/IntervalPartition.cpp
lib/Analysis/LoopDepth.cpp [new file with mode: 0644]