diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2000-04-20 06:54:51 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2000-04-20 06:54:51 -0400 |
commit | 3ded6d912059d3bac443d32de418d45790a29eb3 (patch) | |
tree | 23dfc4777f1497be8d29096e77de0baf5a1a2406 /gcc/builtins.c | |
parent | 048b209e4dec993cb403a4d4afafc0b4d07a98f5 (diff) | |
download | gcc-3ded6d912059d3bac443d32de418d45790a29eb3.zip gcc-3ded6d912059d3bac443d32de418d45790a29eb3.tar.gz gcc-3ded6d912059d3bac443d32de418d45790a29eb3.tar.bz2 |
Fix whitespace in one place
From-SVN: r33277
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index 7c833e5..f288916 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -379,8 +379,8 @@ expand_builtin_setjmp (buf_addr, target, first_label, next_label) calls may traverse the arc back to this label. */ current_function_has_nonlocal_label = 1; - nonlocal_goto_handler_labels = - gen_rtx_EXPR_LIST (VOIDmode, lab1, nonlocal_goto_handler_labels); + nonlocal_goto_handler_labels + = gen_rtx_EXPR_LIST (VOIDmode, lab1, nonlocal_goto_handler_labels); /* Clobber the FP when we get here, so we have to make sure it's marked as used by this function. */ |