[PATCH] D40425: Extending CFGPrinter and CallPrinter with Heat Colors

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 10:30:09 PST 2018


sfertile added inline comments.


================
Comment at: lib/Analysis/CFGPrinter.cpp:135
+
+  //void print(raw_ostream &OS, const Module * = nullptr) const override {}
+
----------------
Should delete these print functions rather then comment them out . 


Repository:
  rL LLVM

https://reviews.llvm.org/D40425





More information about the llvm-commits mailing list