OSDN Git Service

SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time
authorTobias Grosser <tobias@grosser.es>
Thu, 8 May 2014 07:12:44 +0000 (07:12 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 8 May 2014 07:12:44 +0000 (07:12 +0000)
commit96f8c5651c0128c3b893526da59f651fab37cf2b
tree80dec14e5e66fee3df17581ad6ddae9dfff8988b
parentc51c3409893be19a30f74c6ef99350ac62b9043e
SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time

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