forked from OSchip/llvm-project
Reverting bitfield size to attempt to fix a windows buildbot
llvm-svn: 349336
This commit is contained in:
parent
d94b0f62cf
commit
a033466602
|
@ -137,7 +137,7 @@ class RefState {
|
|||
const Stmt *S;
|
||||
|
||||
Kind K : 3;
|
||||
AllocationFamily Family : 3;
|
||||
AllocationFamily Family : 29;
|
||||
|
||||
RefState(Kind k, const Stmt *s, AllocationFamily family)
|
||||
: S(s), K(k), Family(family) {
|
||||
|
|
Loading…
Reference in New Issue