diff options
author | Shoaib Meenai <smeenai@fb.com> | 2024-11-12 09:56:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 09:56:25 -0800 |
commit | 1791b25f43f4e6a0b21284ce8076cfab160cb61a (patch) | |
tree | 0244006f9824182374742099676256246f079757 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | ae7392bf5c5d4c34c901ba4f472282206e68bf7b (diff) | |
download | llvm-1791b25f43f4e6a0b21284ce8076cfab160cb61a.zip llvm-1791b25f43f4e6a0b21284ce8076cfab160cb61a.tar.gz llvm-1791b25f43f4e6a0b21284ce8076cfab160cb61a.tar.bz2 |
[clang][CIR] Change buildX functions to emitX (#115568)
The buildX naming convention originated when the CIRGen implementation
was planned to be substantially different from original CodeGen. CIRGen
is now a much closer adaption of CodeGen, and the emitX to buildX
renaming just makes things more confusing, since CodeGen also has some
helper functions whose names start with build or Build, so it's not
immediately clear which CodeGen function corresponds to a CIRGen buildX
function. Rename the buildX functions back to emitX to fix this.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions