diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-08 12:47:27 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-08 12:47:27 +0000 |
commit | 7299020be2081b008bdcb00d59a98651876209c8 (patch) | |
tree | 1597dda2c873e24f24656f766f741b0d4814230e /gcc/function.h | |
parent | 97f8ce30d720df5a8ef7b32f24f177a630ab2f4b (diff) | |
download | gcc-7299020be2081b008bdcb00d59a98651876209c8.tar.gz |
* basic-block.h: Fix comment formatting.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-lex.c: Likewise.
* c-pretty-print.c: Likewise.
* cfglayout.c: Likewise.
* cfgloop.c: Likewise.
* defaults.h: Likewise.
* et-forest.c: Likewise.
* explow.c: Likewise.
* function.h: Likewise.
* gcov.c: Likewise.
* genattrtab.c: Likewise.
* gengtype.c: Likewise.
* ifcvt.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* profile.c: Likewise.
* ra-build.c: Likewise.
* real.c: Likewise.
* rtl.h: Likewise.
* tracer.c: Likewise.
* tree-inline.c: Likewise.
* varasm.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56952 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 ff96b9c2bb2..dacd63c019e 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -441,7 +441,7 @@ struct function GTY(()) calls (if any) are sibling calls. Such functions do not have to have EH tables generated, as they cannot throw. A call to such a function, however, should be treated as throwing if any of its callees - can throw. */ + can throw. */ unsigned int all_throwers_are_sibcalls : 1; /* Nonzero if instrumentation calls for function entry and exit should be |