From: Andreas Jaeger Date: Sun, 26 May 2002 08:03:42 +0000 (+0200) Subject: combine.c (combine_instructions): Do not indent #if for traditional C. X-Git-Tag: releases/gcc-3.3.0~4803 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b89393b82fec487e05a003120f3c9197ca0ee4f;p=thirdparty%2Fgcc.git combine.c (combine_instructions): Do not indent #if for traditional C. * combine.c (combine_instructions): Do not indent #if for traditional C. From-SVN: r53891 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 34ab44dd5a61..541776ea3b1a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-05-26 Andreas Jaeger + + * combine.c (combine_instructions): Do not indent #if for + traditional C. + 2002-05-25 Richard Henderson * c-pragma.c (apply_pragma_weak): Convert value identifier to diff --git a/gcc/combine.c b/gcc/combine.c index e1581da1b55b..49ba24c4ffba 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -660,7 +660,7 @@ combine_instructions (f, nregs) goto retry; } - #ifdef HAVE_cc0 +#ifdef HAVE_cc0 /* Try to combine a jump insn that uses CC0 with a preceding insn that sets CC0, and maybe with its logical predecessor as well. @@ -718,7 +718,7 @@ combine_instructions (f, nregs) && (next = try_combine (insn, XEXP (links, 0), prev, &new_direct_jump_p)) != 0) goto retry; - #endif +#endif /* Try combining an insn with two different insns whose results it uses. */