llvm-6502/lib/Analysis/IPA
Duncan P. N. Exon Smith 483727da48 cleanup: scc_iterator consumers should use isAtEnd
No functional change.  Updated loops from:

    for (I = scc_begin(), E = scc_end(); I != E; ++I)

to:

    for (I = scc_begin(); !I.isAtEnd(); ++I)

for teh win.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200789 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-04 19:19:07 +00:00
..
CallGraph.cpp
CallGraphSCCPass.cpp
CallPrinter.cpp
CMakeLists.txt
FindUsedTypes.cpp
GlobalsModRef.cpp cleanup: scc_iterator consumers should use isAtEnd 2014-02-04 19:19:07 +00:00
InlineCost.cpp
IPA.cpp
LLVMBuild.txt
Makefile