Remove an errant outer loop that contains nothing but an inner loop over exactly...
authorNick Lewycky <nicholas@mxc.ca>
Mon, 1 Sep 2014 05:17:15 +0000 (05:17 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 1 Sep 2014 05:17:15 +0000 (05:17 +0000)
commit7ba4e0705e9d41d90c90214f366747f7e6415f7c
tree06498ff99af2b37ef5187ecf125d9b5ead5aaf0a
parent55815634573b7157e010e1110a3209ff434a6947
Remove an errant outer loop that contains nothing but an inner loop over exactly the same elements. While no functionality is change intended (and hence there are no changes to tests), you don't want to skip this revision if bisecting for errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216864 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp