Add a utility function for creating a basic block without a parent function. A useful operation for compilers that need to synthesize and conditionally insert code without having to bother with appending and immediately unlinking a block.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM