diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-19 13:51:24 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-19 13:51:24 +0000 |
commit | 9cd10576c58786afe2ec3a9193f85f61de760068 (patch) | |
tree | ccfaa90cab6055a4c2d86909f94576ffc123b5ce /gcc/config/i370 | |
parent | fff08fd8dad02e4b83e37555da6acd2693ae3db7 (diff) | |
download | gcc-9cd10576c58786afe2ec3a9193f85f61de760068.zip gcc-9cd10576c58786afe2ec3a9193f85f61de760068.tar.gz gcc-9cd10576c58786afe2ec3a9193f85f61de760068.tar.bz2 |
fp-bit.c: Follow spelling conventions.
* config/fp-bit.c: Follow spelling conventions.
* config/d30v/d30v.c: Likewise.
* config/d30v/d30v.h: Likewise.
* config/fr30/fr30.c: Likewise.
* config/fr30/fr30.h: Likewise.
* config/fr30/fr30.md: Likewise.
* config/frv/frv.c: Likewise.
* config/frv/frv.h: Likewise.
* config/h8300/h8300.c: Likewise.
* config/h8300/lib1funcs.asm: Likewise.
* config/i370/i370.c: Likewise.
* config/i386/i386.h: Likewise.
* config/i386/i386.md: Likewise.
* config/i386/pentium.md: Likewise.
* config/i386/winnt.c: Likewise.
* config/i960/i960.c: Likewise.
* config/ia64/ia64.h: Likewise.
* config/ip2k/ip2k.c: Likewise.
* config/ip2k/ip2k.h: Likewise.
* config/ip2k/ip2k.md: Likewise.
* config/ip2k/libgcc.S: Likewise.
From-SVN: r57303
Diffstat (limited to 'gcc/config/i370')
-rw-r--r-- | gcc/config/i370/i370.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i370/i370.c b/gcc/config/i370/i370.c index e84ccc8..92d2795 100644 --- a/gcc/config/i370/i370.c +++ b/gcc/config/i370/i370.c @@ -1444,7 +1444,7 @@ i370_globalize_label (stream, name) -- subtracts stackframe size from the stack pointer. -- stores backpointer to old caller stack. - XXX hack alert -- if the global var int leaf_function is non-zero, + XXX hack alert -- if the global var int leaf_function is nonzero, then this is a leaf, and it might be possible to optimize the prologue into doing even less, e.g. not grabbing a new stackframe or maybe just a partial stack frame. |