[LLVMdev] changing function type

Ryan M. Lefever lefever at crhc.uiuc.edu
Mon Oct 2 12:43:01 PDT 2006


Is there any way to change the type of a function in LLVM without 
creating a copy of the function and replacing all references of the old 
function with the new function.  For example, if I wanted to remove a 
parameter from the function, how could I accomplish that?

Thanks,
Ryan



More information about the llvm-dev mailing list