]> granicus.if.org Git - clang/commit
Don't recalculate the size of the array each time through the for-loop.
authorBill Wendling <isanbard@gmail.com>
Mon, 6 Feb 2012 23:46:08 +0000 (23:46 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 6 Feb 2012 23:46:08 +0000 (23:46 +0000)
commitfd3e5ef640df089a1e717097cdb599eb9dd32ec4
tree71cf6ec7057a252ff152718f7abed3bbba5b9b87
parente97c58d1f64fca38055deb6669b55f90ae8890ca
Don't recalculate the size of the array each time through the for-loop.

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