llvm-project
6d1184d0 - [CIR][NFC] Organize emit functions in CIRGenFunction.h (#133017)

Commit
227 days ago
[CIR][NFC] Organize emit functions in CIRGenFunction.h (#133017) 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.
Author
Parents
Loading