OSDN Git Service

Use std::remove_if to remove elements from a vector
authorTobias Grosser <tobias@grosser.es>
Thu, 8 May 2014 21:32:59 +0000 (21:32 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 8 May 2014 21:32:59 +0000 (21:32 +0000)
commit3a722581b94cbec60eca329328b24b565639cb05
tree426e160258e70c0d652622ced1406ea9f8b04e46
parent6cc3e0e4e755410f26a8b8b2b6af756a81405871
Use std::remove_if to remove elements from a vector

Suggested-by: Benjamin Kramer <benny.kra@gmail.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208357 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp