[TableGen] Use std::remove_if instead of manually coded loops that call erase multipl...
authorCraig Topper <craig.topper@gmail.com>
Tue, 24 Nov 2015 08:20:47 +0000 (08:20 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 24 Nov 2015 08:20:47 +0000 (08:20 +0000)
commit20faa148c7abff5457fb3ea20013b379e5572c33
treea7606873ab5ed79542bb6488b5c07285fe4256d5
parentb5302cfc21ccf8715b6178f5d41ebdf3d98847e8
[TableGen] Use std::remove_if instead of manually coded loops that call erase multiple times. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253964 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenDAGPatterns.cpp