diff options
author | Florian Mayer <fmayer@google.com> | 2022-12-19 13:24:34 -0800 |
---|---|---|
committer | Florian Mayer <fmayer@google.com> | 2022-12-19 15:34:31 -0800 |
commit | eddb7280462ca316ba8d4d9fa6f175e8e2e65b72 (patch) | |
tree | 7ba3ef2362f23302d4614a7f9af7d6b48ae44201 /clang/lib/Serialization/ModuleManager.cpp | |
parent | f1dcb9c36fe46c97a8f22c8b2544fb25d2e4cb61 (diff) | |
download | llvm-eddb7280462ca316ba8d4d9fa6f175e8e2e65b72.zip llvm-eddb7280462ca316ba8d4d9fa6f175e8e2e65b72.tar.gz llvm-eddb7280462ca316ba8d4d9fa6f175e8e2e65b72.tar.bz2 |
[NFC] use bitwise or instead of addition
as the bits are all distinct, these two operations have the same result,
but the bitwise operation is more explicit about what's happening.
Reviewed By: hctim
Differential Revision: https://reviews.llvm.org/D140346
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions