]> granicus.if.org Git - clang/commit
No need to add tail padding if the resulting LLVM struct type will have the same...
authorAnders Carlsson <andersca@mac.com>
Tue, 8 Dec 2009 01:24:23 +0000 (01:24 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 8 Dec 2009 01:24:23 +0000 (01:24 +0000)
commitc2456824a106455bae5d738fe65d80b14a6804c4
tree9419fa1ff060b354f41482616da6382ca6e3b951
parentb455f0e74be0144ab9738ef574d07bd661959525
No need to add tail padding if the resulting LLVM struct type will have the same size as the final record size.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90820 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGRecordLayoutBuilder.cpp
test/CodeGenCXX/class-layout.cpp