| commit | 92401cc1cf42362c1a9b9405b9a7c5f97127a5e2 | [log] [tgz] |
|---|---|---|
| author | Heejin Ahn <aheejin@gmail.com> | Sat Apr 14 00:12:12 2018 +0000 |
| committer | Heejin Ahn <aheejin@gmail.com> | Sat Apr 14 00:12:12 2018 +0000 |
| tree | 6e9e617523081cd0a565b06681a69c0942b2181b | |
| parent | 95f421cfbf6b56a9d2d0208f972a911458fb9bc1 [diff] |
[WebAssembly] Fix a bug in MachineBasicBlock::findDebugLoc() call Summary: InsertPos is within the bacic block `Header`, so `findDebugLoc()` should be called on not `MBB` but `Header` instead. Reviewers: yurydelendik Subscribers: jfb, dschuff, aprantl, sbc100, jgravelle-google, sunfish, JDevlieghere, llvm-commits Differential Revision: https://reviews.llvm.org/D45648 llvm-svn: 330079