summaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-05 13:09:48 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-05 13:09:48 +0000
commite9efa03135334c079d640b06ff0e578f1c250cee (patch)
treee7252e6b30d0314c0a91a10384c241b692dfaf01 /gcc/cfglayout.c
parent228ea8f053751510b29b2b323b2abe77a521ffbc (diff)
downloadgcc-e9efa03135334c079d640b06ff0e578f1c250cee.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r--gcc/cfglayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c
index f713eb16651..7c7600af9ae 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);