From: Kazu Hirata Date: Mon, 21 Mar 2005 14:27:39 +0000 (+0000) Subject: builtins.c (fold_builtin_1): Take decomposed arguments of CALL_EXPR. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a04ccc5712075b82b95dec4f52b4e9dc3303cd1;p=gcc.git builtins.c (fold_builtin_1): Take decomposed arguments of CALL_EXPR. * builtins.c (fold_builtin_1): Take decomposed arguments of CALL_EXPR. (fold_builtin): Update a call to fold_builtin_1. From-SVN: r96798 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5201ca4efd0..e12efca9ff7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,6 +2,7 @@ * builtins.c (fold_builtin_1): Take decomposed arguments of CALL_EXPR. + (fold_builtin): Update a call to fold_builtin_1. 2005-03-21 Nathan Sidwell