This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r110432 - in /branches/ipa-branch/gcc: ChangeLo...
- From: razya at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 31 Jan 2006 08:32:10 -0000
- Subject: r110432 - in /branches/ipa-branch/gcc: ChangeLo...
Author: razya
Date: Tue Jan 31 08:32:10 2006
New Revision: 110432
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110432
Log:
2006-01-31 Razya Ladelsky <razya@il.ibm.com>
* function.c (get_last_funcdef_no): New function.
(allocate_struct_function) : Use the new function.
* function.h (get_last_funcdef_no): New declaration.
* tree-inline.c (initialize_cfun): Add initializations.
Modified:
branches/ipa-branch/gcc/ChangeLog.ipa
branches/ipa-branch/gcc/function.c
branches/ipa-branch/gcc/function.h
branches/ipa-branch/gcc/tree-inline.c