Displaying 1 result from an estimated 1 matches for "deletedeadvarargs".
2018 Apr 13
1
LLVM function parameters
Hi,
When using the LLVM IR builder, I have a situation that might have 5
parameters when building the function nodes and instructions.
Later on, I wish to remove one of the parameters so the same function
now has only 4 parameters. For example, the parameter may not actually
be used by any of the instructions in the function.
How do I remove a parameter from the function?
I am hoping that there