diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-16 18:19:55 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-16 18:19:55 +0000 |
commit | 8878935beee40c3cb6bcfd150b28c66ea7dacf34 (patch) | |
tree | 14107921329e61f9cb30e5f5fe74b675f6cc6d50 /gcc/recog.c | |
parent | c32319fcfe7eab53094000b604044864f917db2f (diff) | |
download | gcc-8878935beee40c3cb6bcfd150b28c66ea7dacf34.tar.gz |
* recog.c (peephole2_optimize): Fix formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137896 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 599d529231a..6d8b7eaec74 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -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); |