Revert "[ADT] Change the `IntervalMap` alignment assert for x86 MSVC"

This reverts commit 7f9eb168a9a8f5ff4fc931a00aec43e8706afecb.

llvm-svn: 344020
This commit is contained in:
Aleksandr Urakov 2018-10-09 07:44:17 +00:00
parent 720db8ed7b
commit 9e76c4f5df
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ public:
private:
// The root data is either a RootLeaf or a RootBranchData instance.
LLVM_ALIGNAS(RootLeaf) AlignedCharArrayUnion<RootLeaf, RootBranchData> data;
AlignedCharArrayUnion<RootLeaf, RootBranchData> data;
// Tree height.
// 0: Leaves in root.