search for: printlooppass

Displaying 2 results from an estimated 2 matches for "printlooppass".

2013 Apr 20
2
[LLVMdev] about pass registration
...i have created LoopPass but now i am facing problem in Registering that pass. I read all the documents & followed the procedure but its giving error. Can you tell me what is the right way to register a pass. I am getting errors like char::ID=0 "ID" is not in the scope {anonymous::PrintLoopPass something like} please help me -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130420/5661ac81/attachment.html>
2013 Apr 21
1
[LLVMdev] pass registration
...i have created LoopPass but now i am facing problem in Registering that pass. I read all the documents & followed the procedure but its giving error. Can you tell me what is the right way to register a pass. I am getting errors like char::ID=0 "ID" is not in the scope {anonymous::PrintLoopPass something like} please help me.. YES SIR IT IS A COMPILE TIME ERROR... Please tell me the exact syntax/ template for registering a pass... I am Using LOOPPASS.cpp which is directly available on llvm site... If there is any error in that file will anybody help me to find the exact LOOPPASS file...