search for: 86d01285

Displaying 3 results from an estimated 3 matches for "86d01285".

2008 Dec 02
0
[LLVMdev] Error when using getAnalysis
On Dec 2, 2008, at 10:40 AM, Jeff Yeong-Peng Hao wrote: > > Hi, > > I had a question about this as well. The documentation about > writing a > pass shows an example like what John wrote, calling a function pass > within > a module pass on a per function basis. However, if I code it that > way, I > still get the same error: > > opt:
2008 Dec 02
1
[LLVMdev] Error when using getAnalysis
...cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- A non-text attachment was scrubbed... Name: ModuleLoop.cpp Type: text/x-c++src Size: 1002 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081202/86d01285/attachment.cpp> -------------- next part -------------- A non-text attachment was scrubbed... Name: ModuleLoop.h Type: text/x-chdr Size: 346 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081202/86d01285/attachment.h> -------------- next part -------...
2008 Dec 02
2
[LLVMdev] Error when using getAnalysis
Hi, I had a question about this as well. The documentation about writing a pass shows an example like what John wrote, calling a function pass within a module pass on a per function basis. However, if I code it that way, I still get the same error: opt: /x/jeffhao/llvm/llvm/include/llvm/PassAnalysisSupport.h:232: AnalysisType& llvm::Pass::getAnalysisID(const llvm::PassInfo*,