This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r137215 - in /trunk/gcc: ChangeLog optabs.c
- From: rsandifo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 28 Jun 2008 09:24:36 -0000
- Subject: r137215 - in /trunk/gcc: ChangeLog optabs.c
Author: rsandifo
Date: Sat Jun 28 09:24:35 2008
New Revision: 137215
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137215
Log:
gcc/
* optabs.c (libfunc_decls): New variable.
(libfunc_decl_hash, libfunc_decl_eq): New functions.
(init_one_libfunc): Reuse decls and SYMBOL_REFs when asked
for the same function twice.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/optabs.c