Commit de498dd4 by Kaveh R. Ghazi Committed by Kaveh Ghazi

recog.c (peephole2_optimize): Fix formatting.

	* recog.c (peephole2_optimize): Fix formatting.

From-SVN: r137896
parent 48c54229
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.
* combine-stack-adj.c (single_set_for_csa): Likewise.
* final.c (asm_insn_count, final_scan_insn, alter_subreg,
......
......@@ -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);
......
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