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)
commitf69d1b018c9c1e39ba88c8bb9a7309dfc327e11a
tree645a9c2306252e9211faa7422de5bd9a8c180148
parentbc6f52da82b4a0383fa2f2c4e056b43b6e5ddaf7
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.

llvm-svn: 317042
llvm/utils/TableGen/GlobalISelEmitter.cpp