OSDN Git Service

Fix GLIBCXX_DEBUG errors. Erase invalidates std::vector iterators
authorDavid Greene <greened@obbligato.org>
Mon, 17 Dec 2007 17:39:51 +0000 (17:39 +0000)
committerDavid Greene <greened@obbligato.org>
Mon, 17 Dec 2007 17:39:51 +0000 (17:39 +0000)
commit08d5fd9099d1106eb296c504ea40375a031e0eb0
tree83c5bd1f2f66ad9c6d75e3db9a9fa14724549279
parent0a1f248f28c8f61d535e796344d6f988c3107615
Fix GLIBCXX_DEBUG errors.  Erase invalidates std::vector iterators
passed the erased element.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45099 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/DCE.cpp