]> granicus.if.org Git - clang/commit
fix PR7519: after thrashing around and remembering how all this stuff
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jun 2010 17:56:33 +0000 (17:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jun 2010 17:56:33 +0000 (17:56 +0000)
commit376fe5e7800dface235c5382b39d77790d39dfa7
treef08a5432a0abd075d681e8d8f10be8941a9cd156
parent6699220f73f11e471b5e5aa42eaf064afeaa079e
fix PR7519: after thrashing around and remembering how all this stuff
works, the fix is quite simple: just make sure to call ConvertTypeRecursive
when the function type being lowered is in the midst of ConvertType.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107173 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/CodeGen/CodeGenTypes.h
lib/CodeGen/TargetInfo.cpp
test/CodeGen/decl.c