diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-08 22:06:48 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-08 22:06:48 +0000 |
| commit | 6312a35e172735c7c23e1d301432e20e6d6adee7 (patch) | |
| tree | 77dd07a40f045e97f39b2d3535ca6f4cc0a8e9a8 /gcc/expr.c | |
| parent | e1a0b2117da0d412b6921b2f18acc3dbb933aa18 (diff) | |
| download | ppe42-gcc-6312a35e172735c7c23e1d301432e20e6d6adee7.tar.gz ppe42-gcc-6312a35e172735c7c23e1d301432e20e6d6adee7.zip | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44729 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
| -rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index 2ba1b5a6b4c..11aa3dce538 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -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; |

