]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
spu.md (extend_compare): Fix whitespace formatting.
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Thu, 30 Nov 2006 01:19:00 +0000 (01:19 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 30 Nov 2006 01:19:00 +0000 (17:19 -0800)
2006-11-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * config/spu/spu.md (extend_compare): Fix whitespace formatting.

From-SVN: r119350

gcc/ChangeLog
gcc/config/spu/spu.md

index cb3828621c1fb095540282e4cb8e2296fd9ffed5..e54649a9c0bdc0e5276adaf3a1d2d5713017e58d 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       * config/spu/spu.md (extend_compare): Fix whitespace formatting.
+
 2006-11-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        PR target/29945
index d9a0b4e26362c1eb98d0a0b763491986a167fab5..b7415a17c31ab4cf7b49e5cb0ef65a200ee1054b 100644 (file)
@@ -2713,10 +2713,13 @@ selb\t%0,%4,%0,%3"
        (unspec [(match_operand 1 "spu_reg_operand" "r")] UNSPEC_EXTEND_CMP))]
   ""
   {
-    emit_insn (gen_rtx_SET (VOIDmode, operands[0], gen_rtx_UNSPEC (GET_MODE (operands[0]),
-                              gen_rtvec (1, operands[1]), UNSPEC_EXTEND_CMP)));
+    emit_insn (gen_rtx_SET (VOIDmode, operands[0],
+                           gen_rtx_UNSPEC (GET_MODE (operands[0]),
+                                           gen_rtvec (1, operands[1]),
+                                           UNSPEC_EXTEND_CMP)));
     DONE;
   })
+
 (define_insn "extend_compare<mode>"
   [(set (match_operand:ALL 0 "spu_reg_operand" "=r")
        (unspec:ALL [(match_operand 1 "spu_reg_operand" "r")] UNSPEC_EXTEND_CMP))]