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
_______________________________________________ LLVM Developers mailing list LLV...@cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
You need to add some 'old first argument ==> new first argument', 'old
second argument ==> new second argument' (and so on) mappings to it.