<div dir="ltr">Hello,<div><br></div><div>I have a CallInstr for "functionA". I renamed it to "functionB" but I want to decrease number of arguments as functionA accepts e.g two and functionB just one.</div><div><br></div><div>So far, I dont find any function to just replace args / set args size. Any idea?</div><div><br></div><div>Maybe other solution...</div><div><br></div><div>Is there any way to create a new CallInstr for functionB, copy things from CallInstr of functionB a copy N - 1 args from old one to new one?</div><div><br></div><div>Thanks</div></div>