search for: 3ab5fc45117b450e8bb04e564cb6e5f2

Displaying 1 result from an estimated 1 matches for "3ab5fc45117b450e8bb04e564cb6e5f2".

2009 Jan 22
3
[LLVMdev] replacing instructions
Hello everyone, is there any way to replace an instruction inside LLVM that is more elegant than creating a new one, replacing uses and deleting the old one if I only want to modify the type? It is generally not a big deal, but the issue gets really messy if I am in the middle of iterating over uses and start deleting some of them... I hope I could describe my problem well enough ;) Regards,