]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sh.md: Fix formatting.
authorOleg Endo <olegendo@gcc.gnu.org>
Tue, 24 Sep 2013 22:18:37 +0000 (22:18 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Tue, 24 Sep 2013 22:18:37 +0000 (22:18 +0000)
* config/sh/sh.md: Fix formatting.

From-SVN: r202876

gcc/ChangeLog
gcc/config/sh/sh.md

index 49e926257712c3dcb62a14177d5a91ae643aba2c..4b003a51669ea95165c25d31fd6adb3b44da7b26 100644 (file)
@@ -1,3 +1,7 @@
+2013-09-24  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       * config/sh/sh.md: Fix formatting.
+
 2013-09-24  Xinliang David Li <davidxl@google.com>
 
        * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): 
index db6c0b6fb1c276d223a7d621b4ada391554a1a55..7f4a272556ef248a2e3e77f86c2d12c272a500a6 100644 (file)
        tst     %0,%0
        cmp/eq  %1,%0
        cmp/eq  %1,%0"
-   [(set_attr "type" "mt_group")])
+  [(set_attr "type" "mt_group")])
 
 ;; FIXME: For some reason, on SH4A and SH2A combine fails to simplify this
 ;; pattern by itself.  What this actually does is:
   "@
        cmp/pl  %0
        cmp/gt  %1,%0"
-   [(set_attr "type" "mt_group")])
+  [(set_attr "type" "mt_group")])
 
 (define_insn "cmpgesi_t"
   [(set (reg:SI T_REG)
   "@
        cmp/pz  %0
        cmp/ge  %1,%0"
-   [(set_attr "type" "mt_group")])
+  [(set_attr "type" "mt_group")])
 
 ;; FIXME: This is actually wrong.  There is no way to literally move a
 ;; general reg to t reg.  Luckily, it seems that this pattern will be only
   [(set (reg:SI T_REG) (match_operand:SI 0 "arith_reg_operand" "r"))]
   "TARGET_SH1"
   "cmp/pl      %0"
-   [(set_attr "type" "mt_group")])
+  [(set_attr "type" "mt_group")])
 
 ;; Some integer sign comparison patterns can be realized with the div0s insn.
 ;;     div0s   Rm,Rn           T = (Rm >> 31) ^ (Rn >> 31)
@@ -6898,9 +6898,9 @@ label:
        (match_operand:QIHI 1 "register_operand" "r,*z,m"))]
   "TARGET_SH1 && !t_reg_operand (operands[1], VOIDmode)"
   "@
-    mov                %1,%0
-    mov.<bw>   %1,%0
-    mov.<bw>   %1,%0"
+       mov     %1,%0
+       mov.<bw>        %1,%0
+       mov.<bw>        %1,%0"
   [(set_attr "type" "move,store,load")])
 
 ;; FIXME: The non-SH2A and SH2A variants should be combined by adding