diff options
| author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 22:16:23 +0000 |
|---|---|---|
| committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 22:16:23 +0000 |
| commit | a0c938f0e74166de102281ac2f445e4be5ff257e (patch) | |
| tree | 3ae25fdc8c96c858e654f50a244ec03375560ecb /gcc/c-semantics.c | |
| parent | 522701efa4a0cef216eb7930c6759babfdd7068b (diff) | |
| download | ppe42-gcc-a0c938f0e74166de102281ac2f445e4be5ff257e.tar.gz ppe42-gcc-a0c938f0e74166de102281ac2f445e4be5ff257e.zip | |
Whitespace fixups
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113893 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-semantics.c')
| -rw-r--r-- | gcc/c-semantics.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c index 1e307d9b49f..2dda9b03a66 100644 --- a/gcc/c-semantics.c +++ b/gcc/c-semantics.c @@ -79,7 +79,7 @@ pop_stmt_list (tree t) cur_stmt_list = chain; /* If the statement list is completely empty, just return it. This is - just as good small as build_empty_stmt, with the advantage that + just as good small as build_empty_stmt, with the advantage that statement lists are merged when they appended to one another. So using the STATEMENT_LIST avoids pathological buildup of EMPTY_STMT_P statements. */ @@ -132,7 +132,7 @@ build_stmt (enum tree_code code, ...) { tree t = va_arg (p, tree); if (t && !TYPE_P (t)) - side_effects |= TREE_SIDE_EFFECTS (t); + side_effects |= TREE_SIDE_EFFECTS (t); TREE_OPERAND (ret, i) = t; } |

