Use std::replace instead of std::find and push_back.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 3 Jul 2008 00:28:27 +0000 (00:28 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 3 Jul 2008 00:28:27 +0000 (00:28 +0000)
commit5b9f60bc22582e80b081d4277a47d8b7fa14e3f4
tree14a7e5131a4445b01c22bb81061c8d5cc34ee858
parent825cb98d9a9a28c007d6a10d5ebec858e669a685
Use std::replace instead of std::find and push_back.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53063 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveVariables.cpp