[llvm-commits] [PATCH 2/3] Execute all Pass Printers even if -quiet is set.
Chris Lattner
clattner at apple.com
Sun Sep 5 15:13:00 PDT 2010
On Sep 3, 2010, at 7:53 AM, Tobias Grosser wrote:
> Follow the same logic in the LoopPass, ModulePass and CallGraphSCCPass printers,
> as it was already used in the BasicBlockPass and FunctionPass printers. This is
> more consistent.
>
> The other option would have been to completely disable dumping the analysis
> information. However, as this information is the only information printed if the
> -analysis flag is set, calling opt would not do anything at all.
Makes sense, please apply.
-Chris
More information about the llvm-commits
mailing list