[llvm-commits] [llvm] r89660 - /llvm/trunk/lib/VMCore/PassManager.cpp

Chris Lattner clattner at apple.com
Mon Nov 23 09:52:05 PST 2009


On Nov 23, 2009, at 8:24 AM, Dan Gohman wrote:

> Author: djg
> Date: Mon Nov 23 10:24:18 2009
> New Revision: 89660
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=89660&view=rev
> Log:
> Move FunctionPassManagerImpl's dumpArguments and dumpPasses calls
> out of its run function and into its doInitialization method, so
> that it does the dump once instead of once per function.

Thank you!!! :)



More information about the llvm-commits mailing list