forked from OSchip/llvm-project
21fa82d5c6
Summary: `BaseMask` occupies the lowest bits. Effect of applying the mask is neutralized by right shift operation, thus making it useless. Fix: Remove a redundant bitwise operation. Differential Revision: https://reviews.llvm.org/D85026 |
||
---|---|---|
.. | ||
clang | ||
clang-c | ||
CMakeLists.txt |