diff options
author | Richard Henderson <rth@redhat.com> | 2002-05-10 17:32:01 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-05-10 17:32:01 -0700 |
commit | 2292e8fc45a6908895fe5a14566879e600f8a42b (patch) | |
tree | 2cb1f64448644304b80597457c575f4d16bb0144 /gcc/function.h | |
parent | dbfb1116b34897645d29db19c7557348cd69d21b (diff) | |
download | gcc-2292e8fc45a6908895fe5a14566879e600f8a42b.zip gcc-2292e8fc45a6908895fe5a14566879e600f8a42b.tar.gz gcc-2292e8fc45a6908895fe5a14566879e600f8a42b.tar.bz2 |
final.c (end_final): Tidy whitespace.
* final.c (end_final): Tidy whitespace. Don't honor flag_pack_struct.
Convert integers constants as needed. Replace "nwords" field with
"sizeof_bb".
(final): Save profile data if cfun->arc_profile, not profile_arc_flag.
* function.h: Fix typo in comment.
* libgcc2.c (struct bb): Replace "nwords" with "sizeof_bb".
From-SVN: r53374
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h index 2a56664..bc789c8 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -437,7 +437,7 @@ struct function generated. */ unsigned int instrument_entry_exit : 1; - /* Nonzero if no profiling should be done for the function. */ + /* Nonzero if arc profiling should be done for the function. */ unsigned int arc_profile : 1; /* Nonzero if profiling code should be generated. */ |