| commit | 6ac07fd228ff7437376ae85f6b5bb87aff864672 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Oct 09 19:36:12 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Oct 09 19:36:12 2015 +0000 |
| tree | 53051e7cefcc3d3c8a95bb917aa08861a89f32f4 | |
| parent | d888d10cf4d244bc9931159ea39136390ff63300 [diff] |
CodeGen: Remove implicit iterator conversions from MBB.cpp Remove implicit ilist iterator conversions from MachineBasicBlock.cpp. I've also added an overload of `splice()` that takes a pointer, since it's a natural API. This is similar to the overloads I added for `remove()` and `erase()` in r249867. llvm-svn: 249883