Rename isLoopExit to isLoopExiting, for consistency with the wording
authorDan Gohman <gohman@apple.com>
Sat, 24 Oct 2009 23:34:26 +0000 (23:34 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 24 Oct 2009 23:34:26 +0000 (23:34 +0000)
commit32663b719b4996b3a735f22bba80d771d50f96e7
treeed07e8a4db4e68ced3974534987a6a369ac0a2a2
parenta7f1d72d09f174da56217c0776dcab74998e50b9
Rename isLoopExit to isLoopExiting, for consistency with the wording
used elsewhere - an exit block is a block outside the loop branched to
from within the loop. An exiting block is a block inside the loop that
branches out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85019 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
lib/CodeGen/SimpleRegisterCoalescing.cpp
lib/Transforms/Scalar/LoopRotation.cpp