mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 01:56:47 +00:00

To make rebasing the incubator project easier, we've been trying to place upstreamed code in the same order in which it appears in the incubator project. However, while the upstream implementation is still relatively sparse, it is often difficult to find points of reference for placement of new declarations. To help with that, I refactored CIRGenFunction.h in the incubator to put all the emit* functions in one place and sort them alphabetically. This change reorganizes the upstream CIRGenFunction.h to match the new incubator ordering.