diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-08-08 22:06:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-08-08 22:06:48 +0000 |
commit | 30f7a3786cb384b94caaf87cb231f3d8c8f8acbc (patch) | |
tree | 77dd07a40f045e97f39b2d3535ca6f4cc0a8e9a8 /gcc/expr.c | |
parent | 35e17f7e33498b9b9a152758dc621ee7638fdb52 (diff) | |
download | gcc-30f7a3786cb384b94caaf87cb231f3d8c8f8acbc.zip gcc-30f7a3786cb384b94caaf87cb231f3d8c8f8acbc.tar.gz gcc-30f7a3786cb384b94caaf87cb231f3d8c8f8acbc.tar.bz2 |
dbxout.c: Fix comment formatting.
* dbxout.c: Fix comment formatting.
* dependence.c: Likewise.
* df.c: Likewise.
* diagnostic.c: Likewise.
* dominance.c: Likewise.
* doprint.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* except.c: Likewise.
* explow.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* flow.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
From-SVN: r44729
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6647,7 +6647,7 @@ expand_expr (exp, target, tmode, modifier) case LABELED_BLOCK_EXPR: if (LABELED_BLOCK_BODY (exp)) expand_expr_stmt (LABELED_BLOCK_BODY (exp)); - /* Should perhaps use expand_label, but this is simpler and safer. */ + /* Should perhaps use expand_label, but this is simpler and safer. */ do_pending_stack_adjust (); emit_label (label_rtx (LABELED_BLOCK_LABEL (exp))); return const0_rtx; |