forked from OSchip/llvm-project
[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:
parent
2ae7180b24
commit
b738855f8c
|
@ -16,6 +16,7 @@ namespace {
|
|||
|
||||
TEST(PointerIntPairTest, GetSet) {
|
||||
struct S {
|
||||
int i;
|
||||
};
|
||||
S s;
|
||||
|
||||
|
|
Loading…
Reference in New Issue