Do not use BasicBlock::*_iterator, just use *_iterator itself.
authorChris Lattner <sabre@nondot.org>
Wed, 24 Sep 2003 22:06:25 +0000 (22:06 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Sep 2003 22:06:25 +0000 (22:06 +0000)
commitf8b5b6ddb49df916bccdcff0d7e8a2bf8a6bc3a3
tree4203fbc5ba1deb2cd643423f355d40299e2f3a38
parent34ce14b019acc98be1f915bd7fabc1517c557b07
Do not use BasicBlock::*_iterator, just use *_iterator itself.
Isn't updating copy and pasted code a joy

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8702 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp
lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp