Use std::vector instead of a hard-coded array. The length of that array could
authorBill Wendling <isanbard@gmail.com>
Thu, 15 Jul 2010 06:04:38 +0000 (06:04 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 15 Jul 2010 06:04:38 +0000 (06:04 +0000)
commite010409cab2ccb7c812edaf072da2c1169ddb0da
treeb54a6df2f2c167895b8f3dcf3c13612f8a8f8dfa
parentf7f72bc1eaf01bfc6f09094d200e6aea35921f65
Use std::vector instead of a hard-coded array. The length of that array could
get *very* large, but we only need it to be the size of the number of pregs.

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