| commit | 1a65133b1123f54942bbdf5289e035d261e25352 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Fri Jul 15 06:41:05 2011 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Fri Jul 15 06:41:05 2011 +0000 |
| tree | eecb47efd11d34788a94a5a7e98e341026f00f96 | |
| parent | f3dd00a26c1bea374e0a01eaacba959cd3126a8e [diff] |
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. llvm-svn: 135256