search for: 7eramaswamy

Displaying 2 results from an estimated 2 matches for "7eramaswamy".

2011 May 07
0
[LLVMdev] Change the return type of a function
...svn co http://llvm.org/svn/llvm-project/poolalloc/trunk poolalloc ... to get a copy from SVN. -- John T. > > > -- > Regards, > Gokul Ramaswamy, > Graduate Student, > Department of CSE, IIT Bombay > http://www.cse.iitb.ac.in/~ramaswamy > <http://www.cse.iitb.ac.in/%7Eramaswamy> > > > _______________________________________________ > 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: &l...
2011 May 07
2
[LLVMdev] Change the return type of a function
Hello All, I want to change the return type of a function in a Pass(in a module Pass). I dont want to change any of the arguments of that function. Assume that, I can handle the returning values properly inside the function. Please guide me how to do this ? -- Regards, Gokul Ramaswamy, Graduate Student, Department of CSE, IIT Bombay http://www.cse.iitb.ac.in/~ramaswamy --------------