]> git.ipfire.org Git - thirdparty/gcc.git/commit
function.c (allocate_struct_function): Do not set current_function_returns_pointer.
authorRichard Guenther <rguenther@suse.de>
Fri, 31 Aug 2007 14:56:11 +0000 (14:56 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 31 Aug 2007 14:56:11 +0000 (14:56 +0000)
commitbeb32b5981c96e592c73126f3f1b89b848547fbe
tree53a16a8d5ccfed3dca1e664f77beadcd3b6b321a
parent7562df8122d83aa86ddbc2e096a96ef16e85045f
function.c (allocate_struct_function): Do not set current_function_returns_pointer.

2007-08-31  Richard Guenther  <rguenther@suse.de>

* function.c (allocate_struct_function): Do not set
current_function_returns_pointer.
* function.h (struct var_refs_queue): Remove.
(struct simple_obstack_stack): Likewise.
(struct function): Remove fixup_var_refs_queue member.
Remove returns_pointer flag.
(current_function_returns_pointer): Remove define.

From-SVN: r127994
gcc/ChangeLog
gcc/function.c
gcc/function.h