diff options
author | Oliver Hunt <oliver@apple.com> | 2025-05-16 00:47:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-16 00:47:52 -0700 |
commit | 39fa5b31c5e603ef96f5130913c86c821b2f0620 (patch) | |
tree | e7e53210138307bfc06c8f954c0f5dbca1d490ad /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | eb4fde9a4e7e43947be9116563f5307f745bc541 (diff) | |
download | llvm-39fa5b31c5e603ef96f5130913c86c821b2f0620.zip llvm-39fa5b31c5e603ef96f5130913c86c821b2f0620.tar.gz llvm-39fa5b31c5e603ef96f5130913c86c821b2f0620.tar.bz2 |
[llvm][NFC] Update LocalVarDef::CVRegister to fix size MS ABI (#140214)
LocalVarDef::CVRegister being a uint16_t is not enough for the fields to
be packed with the MS ABI.
This makes the field a 16 bit a uint32_t
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions