diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-30 20:48:55 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-30 20:48:55 +0000 |
commit | a113df96c80560b8e80c0edffc6353dad5a36582 (patch) | |
tree | a0cc3b83651f56f07e65c72d081ac3f43fda4dfd /gcc/sibcall.c | |
parent | 20f14ecb101c8f68aa39512203dd9394b858ed7a (diff) | |
download | gcc-a113df96c80560b8e80c0edffc6353dad5a36582.tar.gz |
* cpplex.c: Fix comment formatting.
* function.c: Likewise.
* integrate.c: Likewise.
* regrename.c: Likewise.
* sibcall.c: Likewise.
* simplify-rtx.c: Likewise.
* tree-inline.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52972 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sibcall.c')
-rw-r--r-- | gcc/sibcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sibcall.c b/gcc/sibcall.c index 6e753fa2fa9..ec13d89280b 100644 --- a/gcc/sibcall.c +++ b/gcc/sibcall.c @@ -758,7 +758,7 @@ optimize_sibling_and_tail_recursive_calls () } /* Similarly, invalidate RTX_UNCHANGING_P for any incoming - arguments passed in registers. */ + arguments passed in registers. */ for (arg = DECL_ARGUMENTS (current_function_decl); arg; arg = TREE_CHAIN (arg)) |