<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
================<br>
Comment at: include/llvm/Support/<wbr>GenericDomTreeConstruction.h:<wbr>305<br>
<span class="">+<br>
+      if (!BB || NodeToInfo.count(BB) == 0) {<br>
         errs() << "DomTree node ";<br>
</span>----------------<br>
When is it possible to have !BB but it's not a virtual root?<br>
If it's really possible, please document this condition.<br>
<br></blockquote><div><br></div><div>In particular, we know that unreachable blocks have no dom tree nodes, but this appears to be the reverse:<br>A dom tree node that has no CFG block.</div><div><br></div><div>If that's a thing now, it deserves documentation :)</div><div><br></div></div></div></div>