]> granicus.if.org Git - clang/commit
Fix a FIXME in a testcase about packed structs and calls I left around
authorEli Friedman <eli.friedman@gmail.com>
Tue, 11 Jun 2013 01:08:22 +0000 (01:08 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 11 Jun 2013 01:08:22 +0000 (01:08 +0000)
commitd39083deac93d6580a42ccd5d213aba2bb89cc76
treeb0a0d1c7c4fcd7cdc650b1b974cfba336aa974c4
parent1f01f7c160c06f8290b4f1c203e36b242074c6b1
Fix a FIXME in a testcase about packed structs and calls I left around
while fixing a related bug.  The fix here was simpler than I thought it
would be.

Fixes <rdar://problem/10530444>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183718 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
test/CodeGen/packed-nest-unpacked.c