[PATCH] D133709: -dot-machine-cfg for printing MachineFunction to a dot file

Christudasan Devadasan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 20:13:39 PDT 2022


cdevadas added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/MachineCFGPrinter.h:129
+      return getSimpleNodeLabel(Node, CFGInfo);
+    return getCompleteNodeLabel(Node, CFGInfo);
+  }
----------------
Leave a space between the return statements.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133709



More information about the llvm-commits mailing list