[PATCH] D133709: -dot-machine-cfg for printing MachineFunction to a dot file
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 19 08:29:53 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/include/llvm/Analysis/CFGPrinter.h:31
#include "llvm/Support/FormatVariadic.h"
+#include "llvm/ADT/get-node-label.h"
----------------
Doesn't match file naming convention. Also I would expect this to remain in something called CFGPrinter
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133709/new/
https://reviews.llvm.org/D133709
More information about the llvm-commits
mailing list