OSDN Git Service

Revert r317040: [globalisel][tablegen] Keep track of the insertion point while adding...
authorDaniel Sanders <daniel_l_sanders@apple.com>
Tue, 31 Oct 2017 21:54:52 +0000 (21:54 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Tue, 31 Oct 2017 21:54:52 +0000 (21:54 +0000)
commitb0f1f2331d95ef29e654038ed1e8a5a9573e0f77
tree0c2e17c392ede11ca656fd7f201432c63696ce7e
parent207bce3fb1c6e3c8ba3b4519459a27a0a8f3e863
Revert r317040: [globalisel][tablegen] Keep track of the insertion point while adding BuildMIAction's. NFC

The same bots fail but I believe I know what the issue is now. These bots are
missing the const_iterator versions of insert/emplace/etc. that were introduced
in C++11.

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