Rename ExitCount to BackedgeTakenCount, because that's what it is.
authorJames Molloy <james.molloy@arm.com>
Wed, 9 Sep 2015 12:51:10 +0000 (12:51 +0000)
committerJames Molloy <james.molloy@arm.com>
Wed, 9 Sep 2015 12:51:10 +0000 (12:51 +0000)
commit2993ffe264f23daae31a0bd4846960ee252148ee
treebc072c0602dd89e57f024da4b3e493a2fa143364
parent22168a9afd79b15b5cdf5203a6cc4ee8763bc5b2
Rename ExitCount to BackedgeTakenCount, because that's what it is.

We called a variable ExitCount, stored the backedge count in it, then redefined it to be the exit count again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247140 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp