]> granicus.if.org Git - clang/commit
protect some calls to ConvertType when a function info is under construction
authorChris Lattner <sabre@nondot.org>
Fri, 15 Jul 2011 06:41:05 +0000 (06:41 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Jul 2011 06:41:05 +0000 (06:41 +0000)
commitd26c07142710790b820a66245939668f62eaf2d9
tree7cc26e3103e9709bcf50c22ad84e8aa55da34175
parentaf5b043fe7933e515e405b8509b2609117045ce7
protect some calls to ConvertType when a function info is under construction
to prevent recursive compilation problems.  This fixes a failure of CodeGen/decl.c
on x86-32 targets that don't fill in the coerce-to type.

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