Pull some code out of a hot recursive function because the common case doesn't
authorChris Lattner <sabre@nondot.org>
Fri, 1 Sep 2006 07:00:23 +0000 (07:00 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Sep 2006 07:00:23 +0000 (07:00 +0000)
commit8a67f6e848244b00dd706a7e01079d1b39c07731
tree095b43a7931f9f3954cda432791450a8886ff351
parent5d9b6f28239ecc6f57eeb3752455a6caf21ff270
Pull some code out of a hot recursive function because the common case doesn't
need recursion.

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