mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 20:39:35 +08:00
recog.c (peephole2_optimize): Fix formatting.
* recog.c (peephole2_optimize): Fix formatting. From-SVN: r137896
This commit is contained in:
parent
48c5422943
commit
de498dd486
@ -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.
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user