[LLVMdev] Does anaysis group only contain passes?

John Criswell criswell at illinois.edu
Mon Jun 25 07:34:53 PDT 2012


On 6/24/12 10:37 AM, Thomson wrote:
> I found that ProfileInfo is contained in an analysis group, but 
> ProfileInfo class itself is not derived from any base classes of 
> passes, so it appears not to be a pass.  Anything I missed here?

This is just a guess, but I suspect that the ProfileInfo class defines 
the interface which all passes in that analysis group are expected to 
implement.  I think I've seen other analysis groups use this approach.

-- John T.

>
> Thanks,
> -Thomson
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120625/f73937c7/attachment.html>


More information about the llvm-dev mailing list