Try to fix buildbots
authorMatthias Braun <matze@braunis.de>
Mon, 24 Aug 2015 23:30:39 +0000 (23:30 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 24 Aug 2015 23:30:39 +0000 (23:30 +0000)
commite11e167a1f2d84d86a38e2e25d2446ad1b707576
tree45eae3f3dd4fea34f0bcd9916a7b670a466f6346
parent002f836e73a37ae713be5528faf162cca2430f81
Try to fix buildbots

Apparently std::vector::erase(const_iterator) (as opposed to the
non-const iterator) is a part of C++11 but it seems this is not available
on all the buildbots.

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