diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-10-05 13:09:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-05 13:09:48 +0000 |
commit | 0ee55ad88a745b42dc1466c5ae6360f83ba3c628 (patch) | |
tree | e7252e6b30d0314c0a91a10384c241b692dfaf01 /gcc/cfglayout.c | |
parent | 35222de242df6eb8698fda53c711915914639f68 (diff) | |
download | gcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.zip gcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.tar.gz gcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.tar.bz2 |
c-pretty-print.c: Fix comment formatting.
* c-pretty-print.c: Fix comment formatting.
* cfglayout.c: Likewise.
* cfgloopanal.c: Likewise.
* cppcharset.c: Likewise.
* dbxout.c: Likewise.
* ggc-page.c: Likewise.
* ggc.h: Likewise.
* target.h: Likewise.
From-SVN: r72110
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r-- | gcc/cfglayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index f713eb1..7c7600a 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -423,7 +423,7 @@ insn_scope (rtx insn) the first valid instruction in the function and when that first insn is part of an inlined function then the low_pc of that inlined function is messed up. Likewise for the epilogue and - the last valid instruction. */ + the last valid instruction. */ if (loc == prologue_locator || loc == epilogue_locator) return DECL_INITIAL (cfun->decl); |