]> granicus.if.org Git - clang/commit
Move the piece of code up that skips the padding argument. Without this change,
authorAkira Hatanaka <ahatanaka@mips.com>
Mon, 9 Jan 2012 19:08:06 +0000 (19:08 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Mon, 9 Jan 2012 19:08:06 +0000 (19:08 +0000)
commit4ba3fd45bb134e4a5119f297537adce4e7ef4a39
tree449ee482caf9618e6498a636a9d78fada70c8714
parent80a5b27fe4dfccef0c539ac5c4a7ea17a1649085
Move the piece of code up that skips the padding argument. Without this change,
padding insertion will not work if the coerced type is not a structure.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147786 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp