]> granicus.if.org Git - clang/commit
fix PR7523, which was caused by the ABI code calling ConvertType instead
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jun 2010 22:39:04 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jun 2010 22:39:04 +0000 (22:39 +0000)
commitf1d5d8a7f217119063232f72f74cdba4bebbd714
treeabf445a8f551e15603fb54bbaef27cb3e1db6056
parentd7f7d0895dc43db20c43112a24684f11eed305de
fix PR7523, which was caused by the ABI code calling ConvertType instead
of ConvertTypeRecursive when it needed to in a few cases, causing pointer
types to get resolved at the wrong time.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107216 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/CodeGen/CodeGenTypes.h
test/CodeGenCXX/x86_64-arguments.cpp