From 4ee9c6840ad3fc92a9034343278a1e476ad6872a Mon Sep 17 00:00:00 2001 From: dnovillo Date: Thu, 13 May 2004 06:41:07 +0000 Subject: Merge tree-ssa-20020619-branch into mainline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81764 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cgraph.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/cgraph.h') diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 617861be1ce..c76b5dc6caf 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -30,7 +30,6 @@ struct cgraph_local_info GTY(()) { /* Size of the function before inlining. */ int self_insns; - /* Set when function function is visible in current compilation unit only and it's address is never taken. */ bool local; @@ -66,9 +65,9 @@ struct cgraph_global_info GTY(()) struct cgraph_rtl_info GTY(()) { + int preferred_incoming_stack_boundary; bool const_function; bool pure_function; - int preferred_incoming_stack_boundary; }; -- cgit v1.2.1