Move virtual function call out of loop to speed up getFreePhysReg by about
authorNate Begeman <natebegeman@mac.com>
Tue, 7 Dec 2004 05:25:53 +0000 (05:25 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 7 Dec 2004 05:25:53 +0000 (05:25 +0000)
commit80ad87d2271673b4f9148d64c91ee6338978c9fc
tree96cafdaac5c3812e5d8b1187524b17de088f53c4
parentce9653ce449f1409815547e1bf60abcd1332d2c9
Move virtual function call out of loop to speed up getFreePhysReg by about
20%, shaving 0.1s off hbd compile time on my g5.  Yay.

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