We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a428b30 commit 3c822eaCopy full SHA for 3c822ea
llvm/include/llvm/ADT/PointerEmbeddedInt.h
@@ -42,9 +42,6 @@ class PointerEmbeddedInt {
42
// We shift as many zeros into the value as we can while preserving the
43
// number of bits desired for the integer.
44
Shift = sizeof(uintptr_t) * CHAR_BIT - Bits,
45
-
46
- // We also want to be able to mask out the preserved bits for asserts.
47
- Mask = static_cast<uintptr_t>(-1) << Bits
48
};
49
50
struct RawValueTag {
0 commit comments