]> granicus.if.org Git - clang/commit
During block layout, after padding up to the max field alignment,
authorJohn McCall <rjmccall@apple.com>
Tue, 1 May 2012 20:28:00 +0000 (20:28 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 1 May 2012 20:28:00 +0000 (20:28 +0000)
commit6c803f7f46533c69e2f8a9a882af9ae3b7fffb6f
tree0a4b253e7b29400ad42d051286c5597024e06b1b
parentedb45f092ec474d03e8f42ce5a416b3f43ab78c9
During block layout, after padding up to the max field alignment,
the alignment might actually exceed the max field alignment;  don't
assert in this case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155937 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
test/CodeGen/blocks.c