Don't recalculate the size of the vector each time through the loop.
authorBill Wendling <isanbard@gmail.com>
Mon, 13 Feb 2012 23:45:26 +0000 (23:45 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 13 Feb 2012 23:45:26 +0000 (23:45 +0000)
commit150a371569d100e14a438cd4f89904da24c6cb20
tree7a3e6369c7420b3e79576a2fc49a8856144115f9
parent2cc494b963e68895d6b6173bcc2ea02995d71442
Don't recalculate the size of the vector each time through the loop.

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