[PATCH] D80711: Utility to dump .dot representation of SelectionDAG without firing viewer
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 2 07:08:49 PDT 2020
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM with nit
================
Comment at: llvm/include/llvm/Support/GraphWriter.h:345
+ } else {
+ errs() << "writing to the newly created file " << Filename << "\n";
}
----------------
Remove the word "the"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80711/new/
https://reviews.llvm.org/D80711
More information about the llvm-commits
mailing list