diff options
author | philnik777 <nikolasklauser@berlin.de> | 2023-10-31 15:24:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 10:24:44 -0400 |
commit | e7de95595c3391780c113c71ac82965abe1a1850 (patch) | |
tree | e75dbe0aec79ba0b4cc905f86a79a85e6924afad /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 73c6248cc2cc3acd01c3580bfdc64825c09a0fd6 (diff) | |
download | llvm-e7de95595c3391780c113c71ac82965abe1a1850.zip llvm-e7de95595c3391780c113c71ac82965abe1a1850.tar.gz llvm-e7de95595c3391780c113c71ac82965abe1a1850.tar.bz2 |
[libc++] Remove alignment_of uses (#70591)
There is no reason to use `alignment_of<T>` instead of `alignof(T)` or
`_LIBCPP_ALIGNOF(T)`. It only makes the code more verbose and results in
slightly worse compile times.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions