[LLVMdev] Copy Instruction from one Basic block to another

Devang Patel dpatel at apple.com
Mon Nov 15 10:34:09 PST 2010


On Nov 14, 2010, at 12:13 PM, Soumya Prasad Ukil wrote:

> I have created a new basic block. Now I want to make copy of instructions from one basic block to another . How to do that ?

See  CloneBasicBlock @ Transforms/Utils/Cloning.h
-
Devang





More information about the llvm-dev mailing list