Commit 9b89393b by Andreas Jaeger Committed by Andreas Jaeger

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
parent cc48aa3f
2002-05-26 Andreas Jaeger <aj@suse.de>
* combine.c (combine_instructions): Do not indent #if for
traditional C.
2002-05-25 Richard Henderson <rth@redhat.com>
* c-pragma.c (apply_pragma_weak): Convert value identifier to
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment