diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2002-02-04 09:58:08 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-02-04 09:58:08 -0800 |
commit | ca56cd301e2c135d4ca5571a7b091564a508adfa (patch) | |
tree | 40bf0dd513b1c4c21ffc5ffbc2697d0a38c868df /gcc/explow.c | |
parent | 14691f8d24c7971bd09d3263a96758574946a6e5 (diff) | |
download | gcc-ca56cd301e2c135d4ca5571a7b091564a508adfa.tar.gz |
Reindent.
From-SVN: r49485
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 8f9e0bf4271..8a1b8298fb2 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1372,7 +1372,7 @@ allocate_dynamic_stack_space (size, target, known_align) #endif /* SETJMP_VIA_SAVE_AREA */ #ifdef STACK_GROWS_DOWNWARD - emit_move_insn (target, virtual_stack_dynamic_rtx); + emit_move_insn (target, virtual_stack_dynamic_rtx); #endif } |