diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-10 11:33:39 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-10 11:33:39 +0000 |
commit | 6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81 (patch) | |
tree | 1354eff221b576ada39ccb796806717a4dcf6fdb /gcc/stmt.c | |
parent | 3717a9799293e47e4bbc18f7cda76b88e886e22e (diff) | |
download | gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.zip gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.tar.gz gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.tar.bz2 |
calls.c: Fix formatting.
* calls.c: Fix formatting.
* c-decl.c: Likewise.
* cfgcleanup.c: Likewise.
* combine.c: Likewise.
* cppfiles.c: Likewise.
* cpplib.c: Likewise.
* cppmacro.c: Likewise.
* crtstuff.c: Likewise.
* cse.c: Likewise.
* dwarf2out.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* ggc-page.c: Likewise.
* integrate.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* reload1.c: Likewise.
* reload.c: Likewise.
* reorg.c: Likewise.
* resource.c: Likewise.
* sched-rgn.c: Likewise.
* sdbout.c: Likewise.
* stmt.c: Likewise.
* toplev.c: Likewise.
* varasm.c: Likewise.
From-SVN: r46145
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1229,7 +1229,7 @@ fixup_gotos (thisblock, stack_level, cleanup_list, first_insn, dont_jump_in) /* Label has still not appeared. If we are exiting a block with a stack level to restore, that started before the fixup, mark this stack level as needing restoration - when the fixup is later finalized. */ + when the fixup is later finalized. */ && thisblock != 0 /* Note: if THISBLOCK == 0 and we have a label that hasn't appeared, it means the label is undefined. That's erroneous, but possible. */ @@ -3089,7 +3089,7 @@ expand_return (retval) /* Find the smallest integer mode large enough to hold the entire structure and use that mode instead of BLKmode - on the USE insn for the return register. */ + on the USE insn for the return register. */ for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); tmpmode != VOIDmode; tmpmode = GET_MODE_WIDER_MODE (tmpmode)) @@ -3983,7 +3983,7 @@ expand_decl_init (decl) leave the current scope. If CLEANUP is nonzero and DECL is zero, we record a cleanup - that is not associated with any particular variable. */ + that is not associated with any particular variable. */ int expand_decl_cleanup (decl, cleanup) |