Revert "[ADT] Change the `IntervalMap` alignment assert for x86 MSVC"
This reverts commit 7f9eb168a9a8f5ff4fc931a00aec43e8706afecb. llvm-svn: 344020
This commit is contained in:
parent
720db8ed7b
commit
9e76c4f5df
|
|
@ -964,7 +964,7 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// The root data is either a RootLeaf or a RootBranchData instance.
|
// The root data is either a RootLeaf or a RootBranchData instance.
|
||||||
LLVM_ALIGNAS(RootLeaf) AlignedCharArrayUnion<RootLeaf, RootBranchData> data;
|
AlignedCharArrayUnion<RootLeaf, RootBranchData> data;
|
||||||
|
|
||||||
// Tree height.
|
// Tree height.
|
||||||
// 0: Leaves in root.
|
// 0: Leaves in root.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue