[llvm-commits] [llvm] r115901 - /llvm/trunk/include/llvm/InitializePasses.h

Owen Anderson resistor at mac.com
Wed Oct 6 22:12:25 PDT 2010


On Oct 6, 2010, at 10:01 PM, Chris Lattner wrote:

> 
> On Oct 6, 2010, at 9:17 PM, Owen Anderson wrote:
> 
>> Author: resistor
>> Date: Wed Oct  6 23:17:38 2010
>> New Revision: 115901
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=115901&view=rev
>> Log:
>> Add the header that I accidentally forgot from r115900.
> 
> Hi Owen,
> 
> Why do we need a big list of all the passes in LLVM?  Having one in linkallpasses is bad enough, why another?

This will subsume LinkAllPasses once it's done, and will actually do something useful to boot!

--Owen



More information about the llvm-commits mailing list