]> gcc.gnu.org Git - gcc.git/commitdiff
recog.c (peephole2_optimize): Fix formatting.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 16 Jul 2008 18:19:55 +0000 (18:19 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 16 Jul 2008 18:19:55 +0000 (18:19 +0000)
* recog.c (peephole2_optimize): Fix formatting.

From-SVN: r137896

gcc/ChangeLog
gcc/recog.c

index fc14b40be79059f7a1f559ed993a9e02dcf1851e..b2d1547e6861b242f02cec63f2586b81b0d9b7b9 100644 (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.
index 599d529231aabc5db3d2ff73a3c679d3b63172de..6d8b7eaec74c43e27704b4103fce714c84d7f6a5 100644 (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);
 
This page took 0.073209 seconds and 5 git commands to generate.