Don't call size() on each iteration of the loop.
authorDan Gohman <gohman@apple.com>
Mon, 28 Apr 2008 17:42:03 +0000 (17:42 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 28 Apr 2008 17:42:03 +0000 (17:42 +0000)
commitb20d4f8d499c4c5315de69bd22c652665a7e3ab8
tree720d67e3847a03e5424c24b366498a203d17e39c
parente2435da8abe5ca62c7f08f29c242b6b98e0ec7af
Don't call size() on each iteration of the loop.

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