I have created a function in LLVM IR. Now I want to create a return instruction return void
.
I saw the function Create ReturnInst::(LLVMContext &C, Value *retVal, BasicBlock *InsertAtEnd)
But I don't know what should retVal
should be so that it returns return void