constify array itself, don't iterate multiple times.
authorChris Lattner <sabre@nondot.org>
Fri, 14 Oct 2011 22:50:21 +0000 (22:50 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Oct 2011 22:50:21 +0000 (22:50 +0000)
commitaeee2d3a297a2ca41a07d33285a75cee23ad97d9
tree0923ade94ed5716c748a7900903e5807b24cb2eb
parent2b28a74bc69e33eedc60f438e4fe9ef9ae606f3c
constify array itself, don't iterate multiple times.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142013 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Function.cpp