[ADT] Use a nonce type with at least 4 byte alignment.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 29 Dec 2015 00:03:24 +0000 (00:03 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 29 Dec 2015 00:03:24 +0000 (00:03 +0000)
commit1093924e4575f8b0db279709f71e81a372585ed4
treefce74889f46b39d1122b271c9d4233e28f2421e5
parent8d5b76e5d406829f7049dfb6cc6e772e137ed2f0
[ADT] Use a nonce type with at least 4 byte alignment.

We didn't actually statically check this, and so it worked 25% of the
time for me. =/ Really sorry it took so long to fix, I shouldn't leave
the commit log editor window open without saving and landing the commit.
=[

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256528 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/PointerIntPairTest.cpp