mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 20:05:38 +00:00
Use struct instead of class to make MCVS compile.
llvm-svn: 71600
This commit is contained in:
parent
618e3e6578
commit
4698f862f3
@ -55,7 +55,7 @@ private:
|
||||
unsigned ElementIndex;
|
||||
BitWord Bits[BITWORDS_PER_ELEMENT];
|
||||
// Needed for sentinels
|
||||
friend class ilist_sentinel_traits<SparseBitVectorElement>;
|
||||
friend struct ilist_sentinel_traits<SparseBitVectorElement>;
|
||||
SparseBitVectorElement() {
|
||||
ElementIndex = ~0U;
|
||||
memset(&Bits[0], 0, sizeof (BitWord) * BITWORDS_PER_ELEMENT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user