Tim Northover 256a16d031 FastIsel: take care to update iterators when removing instructions.
We keep a few iterators into the basic block we're selecting while
performing FastISel. Usually this is fine, but occasionally code wants
to remove already-emitted instructions. When this happens we have to be
careful to update those iterators so they're not pointint at dangling
memory.

llvm-svn: 349365
2018-12-17 17:25:53 +00:00
..
2017-06-01 14:24:31 +00:00
2016-10-26 18:49:16 +00:00
2018-08-02 01:54:12 +00:00
2016-10-18 20:41:30 +00:00
2018-02-26 23:19:25 +00:00
2017-05-23 06:08:37 +00:00
2016-05-26 12:42:55 +00:00
2018-07-11 10:39:50 +00:00
2018-02-26 23:19:25 +00:00
2018-02-16 20:00:57 +00:00