Change CalculateHeights and CalculateDepths to be non-recursive.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 6 Jul 2007 01:37:28 +0000 (01:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 6 Jul 2007 01:37:28 +0000 (01:37 +0000)
commit991262834d688c02e279017335dac34579848b99
tree0744b668b317a9a32eac488c883113780710ef94
parenta955939ca2e9c9d5934e884e8c676603e0a81705
Change CalculateHeights and CalculateDepths to be non-recursive.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37934 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp