[LLVMdev] Unnamed pass in on the fly pass manager
Scott Ricketts
sricketts at maxentric.com
Thu Jul 9 13:27:06 PDT 2009
I have written a module pass. When I use the debug pass structure
option, the name of my module pass is printed but then I get "Unnamed
pass" when the FunctionPassManagerImpl *FPP calls dumpPassStructure
(in PassManager.cpp). Is this the expected behavior, or should I be
concerned that there is an error in my approach?
Thanks,
Scott
More information about the llvm-dev
mailing list