diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-27 12:48:07 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-27 12:48:07 +0000 |
commit | 0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70 (patch) | |
tree | c2f7682329bf354ca96d9ae19d6a6cfe4312c16a /gcc/tree-inline.c | |
parent | b9b575e6b5d26806b2d45c1d5c392fa2c2734de2 (diff) | |
download | gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.zip gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.tar.gz gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.tar.bz2 |
LANGUAGES: Follow spelling conventions.
* LANGUAGES: Follow spelling conventions.
* rtl.def: Likewise.
* sbitmap.c: Likewise.
* sched-int.h: Likewise.
* sched-rgn.c: Likewise.
* sibcall.c: Likewise.
* simplify-rtx.c: Likewise.
* ssa.c: Likewise.
* stab.def: Likewise.
* stmt.c: Likewise.
* stor-layout.c: Likewise.
* target.h: Likewise.
* timevar.c: Likewise.
* toplev.c: Likewise.
* tree-dump.c: Likewise.
* tree-inline.c: Likewise.
* tree.c: Likewise.
* tree.def: Likewise.
* tree.h: Likewise.
* unroll.c: Likewise.
* varasm.c: Likewise.
* vmsdbgout.c: Likewise.
* treelang/treelang.texi: Likewise.
* treelang/treetree.c: Likewise.
From-SVN: r57587
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 52f9544..cf4754c 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -831,7 +831,7 @@ declare_return_variable (id, var) return NULL_TREE; } -/* Returns non-zero if a function can be inlined as a tree. */ +/* Returns nonzero if a function can be inlined as a tree. */ int tree_inlinable_function_p (fn) @@ -840,7 +840,7 @@ tree_inlinable_function_p (fn) return inlinable_function_p (fn, NULL); } -/* Returns non-zero if FN is a function that can be inlined into the +/* Returns nonzero if FN is a function that can be inlined into the inlining context ID_. If ID_ is NULL, check whether the function can be inlined at all. */ |