mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 01:46:05 +00:00

This adds LLVMBuildCallBr to create CallBr instructions, and getters for the CallBr-specific data. The remainder of its data, e.g. arguments/function, can be accessed using existing getters.