[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
Loading
Please sign in to comment