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
..
2014-02-04 18:34:04 +00:00
2014-01-31 20:57:12 +00:00
2014-02-01 11:26:18 +00:00
2014-01-16 06:29:36 +00:00
2014-02-04 18:39:51 +00:00
2014-01-31 20:57:12 +00:00
2014-01-31 23:46:14 +00:00
2014-01-31 23:46:14 +00:00
2014-01-31 23:46:14 +00:00