We don't need to scan the blocks that we are live-in on every
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 5 Feb 2004 20:45:40 +0000 (20:45 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 5 Feb 2004 20:45:40 +0000 (20:45 +0000)
commitad48cd6327df13ad4b8530733bbf115224bf9562
tree5abea712e67ad93eb7eb619a020599e20d04bacd
parent913a934b368b922db56b3418b8e82e5589c3dabd
We don't need to scan the blocks that we are live-in on every
access. Rather we only have to do it on the creation of the interval.

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