I am writing some codes to insert some Instructions in a llvm BasicBlock,and I need to create a new BasicBlock to insert after a block,I have tried
LLVM::BasicBlock b=LLVM::BasicBlock()
But I don't know what parameters should be written inLLVM::BasicBlock,and I don't know how to name the BasicBlock
So could you help me to create a new llvm BasicBlock and insert it after the other Block?