[LLVMdev] setting instruction parents

Patrick Meredith pmeredit at uiuc.edu
Tue May 31 06:16:46 PDT 2005


When one moves an instruction from one BasicBlock to another, the
instruction continues to believe that its parent is the original BasicBlock.
This is very undesirable.  Is there a way to set the parent or a way to move
the instruction such that the parent is updated correctly?






More information about the llvm-dev mailing list