diff options
author | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-05-13 02:41:07 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-05-13 02:41:07 -0400 |
commit | 6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f (patch) | |
tree | a2568888a519c077427b133de9ece5879a8484a5 /gcc/cgraph.h | |
parent | ac1a20aec53364d77f3bdff94a2a0a06840e0fe9 (diff) | |
download | gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.zip gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.tar.gz gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.tar.bz2 |
Merge tree-ssa-20020619-branch into mainline.
From-SVN: r81764
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 617861b..c76b5dc 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; }; |