* config/tc-mips.c (append_insn): Correcting indentation, remove
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 18 Feb 2013 14:02:02 +0000 (14:02 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 18 Feb 2013 14:02:02 +0000 (14:02 +0000)
extraneous braces.

gas/ChangeLog
gas/config/tc-mips.c

index 62eeee36cb98ed018843ef61b998f2aa5873d021..01dcdddb96325a726e503f7c0b564561b94fdb9c 100644 (file)
@@ -1,3 +1,8 @@
+2013-02-18  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (append_insn): Correcting indentation, remove
+       extraneous braces.
+
 2013-02-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
         * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
index 964efddf056b24b22f4253a267607a88bce52df3..3d472f90cbb830407e68c4ab43777932fa7024f2 100644 (file)
@@ -4644,12 +4644,10 @@ append_insn (struct mips_cl_insn *ip, expressionS *address_expr,
     {
       unsigned int i;
 
-    mips_no_prev_insn ();
+      mips_no_prev_insn ();
 
       for (i = 0; i < ARRAY_SIZE (history); i++)
-      {
-        history[i].cleared_p = 1;
-      }
+       history[i].cleared_p = 1;
     }
 
   /* We need to emit a label at the end of branch-likely macros.  */
This page took 0.035783 seconds and 4 git commands to generate.