diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-04-30 20:48:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-04-30 20:48:55 +0000 |
commit | 1eeeb6a437b35a0a48b7758d33e2d33164ca52db (patch) | |
tree | a0cc3b83651f56f07e65c72d081ac3f43fda4dfd /gcc/integrate.c | |
parent | 888d5eaa62fd5a9e9c62cff6e94a2e9e79434c1e (diff) | |
download | gcc-1eeeb6a437b35a0a48b7758d33e2d33164ca52db.zip gcc-1eeeb6a437b35a0a48b7758d33e2d33164ca52db.tar.gz gcc-1eeeb6a437b35a0a48b7758d33e2d33164ca52db.tar.bz2 |
cpplex.c: Fix comment formatting.
* 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.
From-SVN: r52972
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 66be25b..2ea46c9 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -1396,7 +1396,7 @@ copy_insn_list (insns, map, static_chain_value) memory references via that register can then be identified as static chain references. We assume that the register is only assigned once, and that the static - chain address is only live in one register at a time. */ + chain address is only live in one register at a time. */ else if (static_chain_value != 0 && set != 0 |