diff options
author | Greta Yorsh <greta.yorsh@arm.com> | 2013-04-30 17:50:12 +0100 |
---|---|---|
committer | Greta Yorsh <gretay@gcc.gnu.org> | 2013-04-30 17:50:12 +0100 |
commit | 9e64a0bf209cf67a4c7a53d037a469402eaee724 (patch) | |
tree | af690e6f3e64f0ce63a491c8dd4d340d10256ee7 /gcc/config | |
parent | d6b28156145199ff1f096c8aa7c62fbf86306928 (diff) | |
download | gcc-9e64a0bf209cf67a4c7a53d037a469402eaee724.zip gcc-9e64a0bf209cf67a4c7a53d037a469402eaee724.tar.gz gcc-9e64a0bf209cf67a4c7a53d037a469402eaee724.tar.bz2 |
Committed as obvious.
2013-04-30 Greta Yorsh <Greta.Yorsh@arm.com>
* config/arm/thumb2.md: Remove trailing whitespaces.
From-SVN: r198464
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/arm/thumb2.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/arm/thumb2.md b/gcc/config/arm/thumb2.md index 697350c..3aa7247 100644 --- a/gcc/config/arm/thumb2.md +++ b/gcc/config/arm/thumb2.md @@ -50,7 +50,7 @@ (set_attr "length" "6,10")] ) -;; Thumb-2 only allows shift by constant on data processing instructions +;; Thumb-2 only allows shift by constant on data processing instructions (define_insn "*thumb_andsi_not_shiftsi_si" [(set (match_operand:SI 0 "s_register_operand" "=r") (and:SI (not:SI (match_operator:SI 4 "shift_operator" @@ -330,7 +330,7 @@ [(set_attr "conds" "clob")] ) ;; Don't define thumb2_load_indirect_jump because we can't guarantee label -;; addresses will have the thumb bit set correctly. +;; addresses will have the thumb bit set correctly. (define_insn "*thumb2_and_scc" @@ -401,7 +401,7 @@ (define_insn "*thumb2_cond_arith" [(set (match_operand:SI 0 "s_register_operand" "=r,r") - (match_operator:SI 5 "shiftable_operator" + (match_operator:SI 5 "shiftable_operator" [(match_operator:SI 4 "arm_comparison_operator" [(match_operand:SI 2 "s_register_operand" "r,r") (match_operand:SI 3 "arm_rhs_operand" "rI,rI")]) @@ -864,7 +864,7 @@ else return \"cmp\\t%0, #0\;beq\\t%l1\"; " - [(set (attr "length") + [(set (attr "length") (if_then_else (and (ge (minus (match_dup 1) (pc)) (const_int 2)) (le (minus (match_dup 1) (pc)) (const_int 128)) @@ -887,7 +887,7 @@ else return \"cmp\\t%0, #0\;bne\\t%l1\"; " - [(set (attr "length") + [(set (attr "length") (if_then_else (and (ge (minus (match_dup 1) (pc)) (const_int 2)) (le (minus (match_dup 1) (pc)) (const_int 128)) |