Start using the iterators in the fixed_ intervals to avoid having to binary
authorChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2004 04:13:02 +0000 (04:13 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2004 04:13:02 +0000 (04:13 +0000)
commit365b95fbbc80c58d9d40a44b6d8a0330cc9d1bfe
treeda6acb627eb72c16f2dd96e0030c25e139367aad
parent8c68b6a226ce46b35eafda972e04bf53128c2615
Start using the iterators in the fixed_ intervals to avoid having to binary
search physreg intervals every time we access it.  This takes another
half second off of linscan.

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