diff options
author | Guillaume Chatelet <gchatelet@google.com> | 2022-06-22 15:02:48 +0000 |
---|---|---|
committer | Guillaume Chatelet <gchatelet@google.com> | 2022-06-28 07:15:02 +0000 |
commit | 3c126d5fe468e703ee3eacfcfc3641879b4fb281 (patch) | |
tree | 5eb23367ea00c2b4e783341bc1d36c4e5f27eb8c /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 3f0578dd87ee5539eccae507b6a77cfe3354d705 (diff) | |
download | llvm-3c126d5fe468e703ee3eacfcfc3641879b4fb281.zip llvm-3c126d5fe468e703ee3eacfcfc3641879b4fb281.tar.gz llvm-3c126d5fe468e703ee3eacfcfc3641879b4fb281.tar.bz2 |
[Alignment] Replace commonAlignment with std::min
`commonAlignment` is a shortcut to pick the smallest of two `Align`
objects. As-is it doesn't bring much value compared to `std::min`.
Differential Revision: https://reviews.llvm.org/D128345
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions