[PATCH] D45711: [WebAssembly] Add an assertion for an invalid CFG

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 17 14:12:38 PDT 2018


aheejin added a comment.

FYI, here is the code for `skipDebugInstructionsForward` <https://github.com/llvm-mirror/llvm/blob/21a0c18174343502c9f2b546a01333d1c351d9c0/include/llvm/CodeGen/MachineBasicBlock.h#L898-L903>. It only accesses the `end` iterator provided as the argument, and it is not a member function of `MachineBasicBlock`.


Repository:
  rL LLVM

https://reviews.llvm.org/D45711





More information about the llvm-commits mailing list