Search by the start point, not by the whole interval. This saves some
authorChris Lattner <sabre@nondot.org>
Fri, 23 Jul 2004 18:40:00 +0000 (18:40 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 Jul 2004 18:40:00 +0000 (18:40 +0000)
commitaa14147cd6401e9c66dc9f81d1a47a90a5477159
tree537a7eee702b3c8ca4a9fb851539bfbd5b1ee2ca
parente6ad392802d8643ec7efad9bb80c0c429edda499
Search by the start point, not by the whole interval.  This saves some
comparisons, reducing linscan by another .1 seconds :)

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