[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.
=[

llvm-svn: 256528
This commit is contained in:
Chandler Carruth 2015-12-29 00:03:24 +00:00
parent 2ae7180b24
commit b738855f8c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ namespace {
TEST(PointerIntPairTest, GetSet) {
struct S {
int i;
};
S s;