nickdesaulniers planned changes to this revision.
nickdesaulniers added inline comments.


================
Comment at: clang/lib/Analysis/CFG.cpp:3359
+
+  return VisitStmt(G, asc);
 }
----------------
I think this should actually be `return VisitChildren(G);`; it produces a 
simpler CFG with the `asm goto` Node marked as the terminator directly. Will 
update this and the test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116059/new/

https://reviews.llvm.org/D116059

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to