[PATCH] D59416: [Legacy][TimePasses] allow -time-passes reporting into a custom stream
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 20 03:57:32 PDT 2019
philip.pfaffe added a comment.
Just two inline nits.
================
Comment at: unittests/IR/TimePassesTest.cpp:84
+
+namespace llvm {
+
----------------
You have a lot of namespace switches here. If you reorder slightly, that's unnecessary.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59416/new/
https://reviews.llvm.org/D59416
More information about the llvm-commits
mailing list