diff --git a/llvm/include/llvm/Analysis/ValueLattice.h b/llvm/include/llvm/Analysis/ValueLattice.h index 6f054fd1ffc85b..51ddd103fcfb56 100644 --- a/llvm/include/llvm/Analysis/ValueLattice.h +++ b/llvm/include/llvm/Analysis/ValueLattice.h @@ -75,7 +75,7 @@ class ValueLatticeElement { overdefined, }; - ValueLatticeElementTy Tag : 6; + ValueLatticeElementTy Tag : 8; /// Number of times a constant range has been extended with widening enabled. unsigned NumRangeExtensions : 8;