]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cgraph.h
Makefile.in (calls.o, [...]): Depend on cgraph.h
authorJan Hubicka <jh@suse.cz>
Wed, 5 Mar 2003 22:19:33 +0000 (23:19 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 5 Mar 2003 22:19:33 +0000 (22:19 +0000)
commitb255a03659c00eef213ffbeab6ce371f56e089e7
tree6d8310470c10ca87b4dc63ecaa076fb112326f11
parent0eb933a0d0199d0c42da23f3b49880fee7d63358
Makefile.in (calls.o, [...]): Depend on cgraph.h

* Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
* alias.c:  Include cgraph.h
(mark_constant_function): Use cgraph_rtl_info.
* calls.c:  Include cgraph.h
(flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
calls.
(expand_call): Use cgraph_rtl_info to set preferred stack boundary.
* cgraph.c (cgraph_rtl_info): New function.
* cgraph.h (cgraph_rtl_info): Declare
(cgraph_rtl_info): Likewise.
* function.h (struct function): Add recursive_call_emit.
* toplev.c: Include cgraph.h.
(rest_of_compilation): Set preferred_incoming_stack_boundary.

* gcc.dg/i386-local2.c: New.

From-SVN: r63868
gcc/ChangeLog
gcc/Makefile.in
gcc/alias.c
gcc/calls.c
gcc/cgraph.c
gcc/cgraph.h
gcc/function.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/i386-local2.c [new file with mode: 0644]
gcc/toplev.c