]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/lto/ChangeLog
use build_function_type less in c-family and LTO
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 10 May 2011 16:56:19 +0000 (16:56 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Tue, 10 May 2011 16:56:19 +0000 (16:56 +0000)
commit8242dd04b79486c5890e599caa9c492eac38c2f8
tree21c9e334acd6ce8a0705b286bd6ae197901ec1a1
parent4a68b4ca4e0169389c97cd58a0b4eab9c3810c3f
use build_function_type less in c-family and LTO

use build_function_type less in c-family and LTO
gcc/c-family/
* c-common.c (def_fn_type): Don't call build_function_type, call
build_function_type_array or build_varargs_function_type_array
instead.
(c_common_nodes_and_builtins): Likewise.

gcc/lto/
* lto-lang.c (def_fn_type): Don't call build_function_type, call
build_function_type_array or build_varargs_function_type_array
instead.

From-SVN: r173623
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/lto/ChangeLog
gcc/lto/lto-lang.c