Skip to content

Commit

Permalink
[ADT] Use a nonce type with at least 4 byte alignment.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chandlerc committed Dec 29, 2015
1 parent 8d5b76e commit 1093924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittests/ADT/PointerIntPairTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace {

TEST(PointerIntPairTest, GetSet) {
struct S {
int i;
};
S s;

Expand Down

0 comments on commit 1093924

Please sign in to comment.