[llvm-commits] [llvm] r122795 - /llvm/trunk/lib/CodeGen/MachineFunctionAnalysis.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Jan 3 17:10:57 PST 2011


On Jan 3, 2011, at 4:55 PM, Owen Anderson wrote:

> Author: resistor
> Date: Mon Jan  3 18:55:21 2011
> New Revision: 122795
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=122795&view=rev
> Log:
> Clean up a funky pass registration that got passed over when I got rid of static constructors.

The pass still shows up as "Unnamed pass: implement Pass::getPassName()".

Don't you still need to add the INITIALIZE* macros, or implement getPassName()?

/jakob





More information about the llvm-commits mailing list