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