diff options
author | olegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-24 22:18:37 +0000 |
---|---|---|
committer | olegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-24 22:18:37 +0000 |
commit | 3903145d4585f6ca6a647534eb70e56ab0e3be30 (patch) | |
tree | 7244c8e590cac920cc951832f8adf9f25bd5a57f /gcc/config/sh | |
parent | d7d7032a716afedef26fb9b4e417b6496e266cee (diff) | |
download | gcc-3903145d4585f6ca6a647534eb70e56ab0e3be30.tar.gz |
* config/sh/sh.md: Fix formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202876 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh')
-rw-r--r-- | gcc/config/sh/sh.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index db6c0b6fb1c..7f4a272556e 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -783,7 +783,7 @@ 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: @@ -809,7 +809,7 @@ "@ 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) @@ -819,7 +819,7 @@ "@ 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 @@ -831,7 +831,7 @@ [(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 |