diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-11 00:32:01 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-11 00:32:01 +0000 |
commit | 6b6672beb27be6029d40983fee5425c8f545b88c (patch) | |
tree | 2cb1f64448644304b80597457c575f4d16bb0144 /gcc/function.h | |
parent | 843dd7a3db214e25bf208900bff2936f525a4cda (diff) | |
download | gcc-6b6672beb27be6029d40983fee5425c8f545b88c.tar.gz |
* 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".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53374 138bc75d-0d04-0410-961f-82ee72b054a4
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 2a566641eca..bc789c8181a 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. */ |