recog.c (peephole2_optimize): Fix formatting.

* recog.c (peephole2_optimize): Fix formatting.

From-SVN: r137896
This commit is contained in:
Kaveh R. Ghazi 2008-07-16 18:19:55 +00:00 committed by Kaveh Ghazi
parent 48c5422943
commit de498dd486
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2008-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* recog.c (peephole2_optimize): Fix formatting.
2008-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* c-pch.c (get_ident): Avoid C++ keywords.

View File

@ -3080,8 +3080,9 @@ peephole2_optimize (void)
REG_EH_REGION, NULL_RTX);
/* Replace the old sequence with the new. */
attempt = emit_insn_after_setloc (attempt, peep2_insn_data[i].insn,
INSN_LOCATOR (peep2_insn_data[i].insn));
attempt = emit_insn_after_setloc (attempt,
peep2_insn_data[i].insn,
INSN_LOCATOR (peep2_insn_data[i].insn));
before_try = PREV_INSN (insn);
delete_insn_chain (insn, peep2_insn_data[i].insn, false);